[]
        
(Showing Draft Content)

C1.Util.DX.RectD.-ctor

RectD Constructor

RectD(double, double)

Initializes a new instance of the RectD struct.

Declaration
public RectD(double width, double height)
Parameters
Type Name Description
double width
double height

RectD(double, double, double, double)

Initializes a new instance of the RectD struct.

Declaration
public RectD(double x, double y, double width, double height)
Parameters
Type Name Description
double x
double y
double width
double height

RectD(RectangleF)

Initializes a new instance of the RectD struct.

Declaration
public RectD(RectangleF rc)
Parameters
Type Name Description
RectangleF rc

RectD(Rect)

Initializes a new instance of the RectD struct.

Declaration
public RectD(Rect rc)
Parameters
Type Name Description
Rect rc

RectD(RectF)

Initializes a new instance of the RectD struct.

Declaration
public RectD(RectF rc)
Parameters
Type Name Description
RectF rc