ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2L Structure / Size2L Constructor / Size2L Constructor(Size)

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

    Parameters

    sz
    See Also