TransformedPolygonPoint Constructor

Initializes a new instance of the TransformedPolygonPoint structure.

Definition

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

Parameters

x  Double
The x.
y  Double
The y.

See Also