ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2F Structure / Size2F Constructor / Size2F Constructor(Single,Single)

In This Topic
    Size2F Constructor(Single,Single)
    In This Topic
    Initializes a new instance of the Size2F struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Single, _
       ByVal height As Single _
    )
    public Size2F( 
       float width,
       float height
    )

    Parameters

    width
    height
    See Also