Constructor SizeI
SizeI(PointI)
public SizeI(PointI pt)
Parameters
ptPointI
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
sizeintWidth and Height value.