Constructor Size
Size(Point)
Size Constructor
public Size(Point pt)
Parameters
pt
Point
Remarks
Creates a Size from a Point value.
Size(int, int)
Size Constructor
public Size(int width, int height)
Parameters
Remarks
Creates a Size from specified dimensions.