PointInt32 Struct

Definition

Defines a point in a two-dimensional plane.

public value class PointInt32
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
struct PointInt32
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public struct PointInt32
var pointInt32 = {
x : /* Your value */,
y : /* Your value */
}
Public Structure PointInt32
Inheritance
PointInt32
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

X

The X coordinate value of a point.

Y

The Y coordinate value of a point.

Applies to