[]
        
(Showing Draft Content)

GrapeCity.Drawing.Size.-ctor

Size Constructor

Size(double, double)

Initializes a new instance of the Size class with the specified dimensions.

Declaration
public Size(double width, double height)
Public Sub New(width As Double, height As Double)
Parameters
Type Name Description
double width

The width component of the new Size.

double height

The height component of the new Size.