[]
        
(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)
Public Sub New(width As Double, height As Double)
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)
Public Sub New(x As Double, y As Double, width As Double, height As Double)
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)
Public Sub New(rc As RectangleF)
Parameters
Type Name Description
RectangleF rc

RectD(Rect)

Initializes a new instance of the RectD struct.

Declaration
public RectD(Rect rc)
Public Sub New(rc As Rect)
Parameters
Type Name Description
Rect rc

RectD(RectF)

Initializes a new instance of the RectD struct.

Declaration
public RectD(RectF rc)
Public Sub New(rc As RectF)
Parameters
Type Name Description
RectF rc