ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Rect<T> Structure / Location Property

In This Topic
    Location Property (Rect<T>)
    In This Topic
    Gets a Point<T> that represents the upper-left corner of the Rect.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point(Of T)
    public Point<T> Location {get;}
    See Also