Shape implementations
-
Declaration
Swift
public class AngleShape: ShapeWithThreePoints, ShapeWithStrokeState, ShapeSelectable
-
Declaration
Swift
public class EllipseShape: ShapeWithTwoPoints, ShapeWithStandardState, ShapeSelectable
-
Declaration
Swift
public class LineShape: ShapeWithTwoPoints, ShapeWithStrokeState, ShapeSelectable
-
Declaration
Swift
public class NgonShape: ShapeWithTwoPoints, ShapeWithStandardState, ShapeSelectable
-
Declaration
Swift
public class PenShape : Shape, ShapeWithStrokeState, ShapeSelectable
-
Declaration
Swift
public struct PenLineSegment : Codable, Equatable
-
Declaration
Swift
public class RectShape: ShapeWithTwoPoints, ShapeWithStandardState, ShapeSelectable
-
Declaration
Swift
public class StarShape: ShapeWithTwoPoints, ShapeWithStandardState, ShapeSelectable
-
Declaration
Swift
public class TextShape : Shape, ShapeSelectable