BezierSegment
open class BezierSegment : ShapeSegment
Represents a shape segment in the form of a Bezier curve. This class inherits ShapeSegment.
-
Adds this BezierSegment to the specified path.
Declaration
Swift
open override func addToPath(_ path: GraphicsPath)
Parameters
path
The path to add this BezierSegment to.
-
Overrides ShapeSegment.loadFromXml.
Declaration
Swift
open override func loadFromXml(_ element: XmlElement?)