Constructor SizeI
SizeI(PointI)
public SizeI(PointI pt)
Parameters
pt
PointI
SizeI(int, int)
Initializes a new instance of the SizeI class from the specified dimensions.
public SizeI(int width, int height)
Parameters
SizeI(int)
Initializes a new instance of the SizeI struct with equal width and height.
public SizeI(int size)
Parameters
size
intWidth and Height value.