ShapeSegment Class
Represents a shape segment. A segment is a line or curve connecting two points.
Inheritance Hierarchy
SystemObject
  Aspose.PSDShapeSegment
    Aspose.PSD.ShapeSegmentsLineSegment

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public abstract class ShapeSegment

The ShapeSegment type exposes the following members.

Constructors
  NameDescription
Protected methodShapeSegment
Initializes a new instance of the ShapeSegment class
Properties
  NameDescription
Public propertyEndPoint
Gets the ending point.
Public propertyStartPoint
Gets the starting point.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also