Class ShapeSegmentPath

Class ShapeSegmentPath

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents a segment path in a path of the freeform.

public class ShapeSegmentPath

Inheritance

objectShapeSegmentPath

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Points

Gets the points in path segment

public ShapePathPointCollection Points { get; }

Property Value

ShapePathPointCollection

Type

Gets the path segment type

public ShapePathType Type { get; }

Property Value

ShapePathType