ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2L Structure / Size2L Constructor

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

    Parameters

    width
    height
    See Also