ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Location Property

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