InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32.SIZE Structure / Win32.SIZE Constructor

In This Topic
    Win32.SIZE Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public Win32.SIZE( 
       int width,
       int height
    )

    Parameters

    width
    height
    See Also