Constructor PointI
PointI(int, int)
Initializes a new instance of the PointI class with the specified coordinates.
public PointI(int x, int y)
Parameters
PointI(SKPointI)
Initializes a new instance of the PointI class with the specified coordinates.
public PointI(SKPointI point)
Parameters
point
SKPointI
PointI(SizeI)
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