[]
        
(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)
Public Sub New(width As Single, height As Single)
Parameters
Type Name Description
float width
float height

Size2F(SizeF)

Initializes a new instance of the Size2F struct.

Declaration
public Size2F(SizeF sz)
Public Sub New(sz As SizeF)
Parameters
Type Name Description
SizeF sz

Size2F(Size)

Initializes a new instance of the Size2F struct.

Declaration
public Size2F(Size sz)
Public Sub New(sz As Size)
Parameters
Type Name Description
Size sz

Size2F(Size2D)

Initializes a new instance of the Size2F struct.

Declaration
public Size2F(Size2D sz)
Public Sub New(sz As Size2D)
Parameters
Type Name Description
Size2D sz