PolygonPoint Constructor

Initializes a new instance of the PolygonPoint structure.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public PolygonPoint(
	int x,
	int y
)

Parameters

x  Int32
The x coordinate.
y  Int32
The y coordinate.

See Also