PDF ClipPolygon stream object creator
PDF ClipPolygon stream object creator
This is the R6 class representing the ClipPolygon stream object.
minipdf::PDFStream -> PDFClipPolygon
Inherited methods
new()Initialize a stream object representing a cliping polygon
PDFClipPolygon$new(xs, ys, ...)
xs, yscoordinates of polygon vertices
...initial named attributes of this object
get_geom_spec()Fetch the character representation of this geometry
PDFClipPolygon$get_geom_spec()
clone()The objects of this class are cloneable with this method.
PDFClipPolygon$clone(deep = FALSE)
deepWhether to make a deep clone.