ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer, _
       ByVal height As System.Integer _
    )
    public Size2L( 
       System.int width,
       System.int height
    )

    Parameters

    width
    height
    See Also