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

In This Topic
    Size2D Constructor(Size2F)
    In This Topic
    Initializes a new instance of the Size2D struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sz As Size2F _
    )
    public Size2D( 
       Size2F sz
    )

    Parameters

    sz
    See Also