ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Integer, _
       ByVal height As System.Integer _
    )
    public Win32.SIZE( 
       System.int width,
       System.int height
    )

    Parameters

    width
    height
    See Also