class HexaPDF:: Content:: GraphicObject:: Geom2D
Parent | Object |
---|
This class provides support for drawing Geom2D
objects like line segments and polygons.
Attributes
Public Class Methods
Public Instance Methods
Configures the Geom2D
drawing support object. The following arguments are allowed:
- :object
-
The object that should be drawn.
- :point_radius
-
The radius of the points when drawing points.
- :path_only
-
Whether only the path should be drawn.
Any arguments not specified are not modified and retain their old value, see the getter methods for the inital values.
Returns self.