[]
        
(Showing Draft Content)

C1.Util.DX.RectF.-ctor

RectF Constructor

RectF(float, float)

Initializes a new instance of the RectF struct.

Declaration
public RectF(float width, float height)
Public Sub New(width As Single, height As Single)
Parameters
Type Name Description
float width
float height

RectF(float, float, float, float)

Initializes a new instance of the RectF struct.

Declaration
public RectF(float x, float y, float width, float height)
Public Sub New(x As Single, y As Single, width As Single, height As Single)
Parameters
Type Name Description
float x
float y
float width
float height

RectF(RectangleF)

Initializes a new instance of the RectF struct.

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

RectF(Rect)

Initializes a new instance of the RectF struct.

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

RectF(RectD)

Initializes a new instance of the RectF struct.

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