ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32.POINT Structure / Win32.POINT Constructor / Win32.POINT Constructor(Point)

In This Topic
    Win32.POINT Constructor(Point)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pt As System.Drawing.Point _
    )
    public Win32.POINT( 
       System.Drawing.Point pt
    )

    Parameters

    pt
    See Also