[]
        
(Showing Draft Content)

C1.C1Preview.SizeD.-ctor

SizeD Constructor

SizeD(double, double)

Initializes a new instance of the SizeD structure.

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

The horizontal component of the SizeD.

double height

The vertical component of the SizeD.