ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Rect Structure / TopLeft Property

In This Topic
    TopLeft Property (Rect)
    In This Topic
    Gets the coordinates of the top left corner of the current Rect structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property TopLeft As Point
    public Point TopLeft {get;}
    See Also