Table of Contents

Constructor PointI

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

PointI(int, int)

Initializes a new instance of the PointI class with the specified coordinates.

public PointI(int x, int y)

Parameters

x int
y int

PointI(SKPointI)

Initializes a new instance of the PointI class with the specified coordinates.

public PointI(SKPointI point)

Parameters

point SKPointI

PointI(SizeI)

Initializes a new instance of the PointI class from a SizeD.

public PointI(SizeI sz)

Parameters

sz SizeI

PointI(int)

Initializes a new instance of the Point class using coordinates specified by an integer value.

public PointI(int dw)

Parameters

dw int

Remarks

X property is assigned with low part of the integer value and Y property is assigned with high part of the integer value.