Click or drag to resize

Size Constructor

Overload List
  NameDescription
Public methodSize(Point)
Initializes a new Size class with width and height corresponding to the X and Y of the specified point
Public methodSize(SizeF)
Initializes a new Size with the truncated width and height of size.
Public methodSize(Int32, Int32)
Initializes a new Size class with the specified width and height
Top
See Also