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
pointSKPointI
PointI(SizeI)
public PointI(SizeI sz)
Parameters
szSizeI
PointI(int)
Initializes a new instance of the Point class using coordinates specified by an integer value.
public PointI(int dw)
Parameters
dwint