ShapeSegment
open class ShapeSegment
Represents a shape segment.
-
Adds this ShapeSegment to the specified path.
Declaration
Swift
open func addToPath(_ path: GraphicsPath)Parameters
pathThe GraphicsPath to add the segment to.
-
Loads this ShapeSegment from the specified XML element.
Declaration
Swift
open func loadFromXml(_ element: XmlElement?)Parameters
elementThe XmlElement, which contains this diagram node.
ShapeSegment Class Reference