Class ShapePathPoint

Class ShapePathPoint

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

Represents an x-y coordinate within the path coordinate space.

public class ShapePathPoint

Inheritance

objectShapePathPoint

Inherited Members

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

Properties

X

Gets and sets x coordinate for this position coordinate.

public int X { get; set; }

Property Value

int

Y

Gets y coordinate for this position coordinate.

public int Y { get; set; }

Property Value

int