TransformedPolygonPoint Structure

Represents a transformed polygon point.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public readonly struct TransformedPolygonPoint : IEquatable<TransformedPolygonPoint>
Inheritance
Object    ValueType    TransformedPolygonPoint
Implements
IEquatableTransformedPolygonPoint

Constructors

TransformedPolygonPoint Initializes a new instance of the TransformedPolygonPoint structure.

Properties

X Gets the x coordinate.
Y Gets the y coordinate.

Methods

Equals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Equals(TransformedPolygonPoint)Indicates whether the current object is equal to another object of the same type.
GetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)

Operators

See Also