Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PointInt32 Struct

Definition

Namespace:
Windows.Graphics

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

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

Fields

Name Description
X

The X coordinate value of a point.

Y

The Y coordinate value of a point.

Applies to


Feedback

Was this page helpful?