PolygonPoint Structure

Represents a polygon point.

Definition

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

Constructors

PolygonPoint Initializes a new instance of the PolygonPoint 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(PolygonPoint)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

Equality(PolygonPoint, PolygonPoint) Implements the operator ==.
Inequality(PolygonPoint, PolygonPoint) Implements the operator !=.

See Also