[]
        
(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)
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)
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)
Parameters
Type Name Description
RectangleF rc

RectF(Rect)

Initializes a new instance of the RectF struct.

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

RectF(RectD)

Initializes a new instance of the RectF struct.

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