Skip to main content
All docs
V25.2
  • AdjustPoint Members

    Adjustment point in the shape geometry.

    Constructors

    Name Description
    AdjustPoint(AdjustCoordinate, AdjustCoordinate) Initializes a new instance of the AdjustPoint class with specified settings.
    AdjustPoint(Single, Single) Initializes a new instance of the AdjustPoint class with specified settings.

    Fields

    Name Description
    Empty static Returns an empty point.

    Properties

    Name Description
    X Obtains the point’s X coordinate.
    Y Obtains the point’s Y coordinate.

    Methods

    Name Description
    Equals(AdjustPoint) Determines whether the specified object is equal to the current AdjustPoint object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current AdjustPoint object.
    GetHashCode() Returns a number that identifies the object instance.
    GetType() Gets the Type of the current instance. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.

    Operators

    Name Description
    Equality(AdjustPoint, AdjustPoint) static Compares two AdjustPoint structures for equality.
    Inequality(AdjustPoint, AdjustPoint) static Compares two AdjustPoint structures to determine whether they are not equal.
    See Also