BezierSegment Class
The bezier segment going from one point to the next point and using two control points.
Inheritance Hierarchy
SystemObject
  Aspose.PSDShapeSegment
    Aspose.PSD.ShapeSegmentsLineSegment
      Aspose.PSD.ShapeSegmentsBezierSegment

Namespace: Aspose.PSD.ShapeSegments
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public sealed class BezierSegment : LineSegment

The BezierSegment type exposes the following members.

Constructors
  NameDescription
Public methodBezierSegment
Initializes a new instance of the BezierSegment class.
Properties
  NameDescription
Public propertyEndPoint
Gets the ending point.
(Inherited from LineSegment.)
Public propertyFirstControlPoint
Gets the first control point of a bezier spline.
Public propertySecondControlPoint
Gets the second control point of a bezier spline.
Public propertyStartPoint
Gets the starting point.
(Inherited from LineSegment.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also