[]
        
(Showing Draft Content)

C1.Util.DX.Size2F.-ctor

Size2F Constructor

Size2F(float, float)

Initializes a new instance of the Size2F struct.

Declaration
public Size2F(float width, float height)
Parameters
Type Name Description
float width
float height

Size2F(SizeF)

Initializes a new instance of the Size2F struct.

Declaration
public Size2F(SizeF sz)
Parameters
Type Name Description
SizeF sz

Size2F(Size)

Initializes a new instance of the Size2F struct.

Declaration
public Size2F(Size sz)
Parameters
Type Name Description
Size sz

Size2F(Size2D)

Initializes a new instance of the Size2F struct.

Declaration
public Size2F(Size2D sz)
Parameters
Type Name Description
Size2D sz