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

In This Topic
    Size2L Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the Size2L struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    )
    public Size2L( 
       System.int width,
       System.int height
    )

    Parameters

    width
    height
    See Also