Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectD Structure / Location Property

In This Topic
    Location Property (RectD)
    In This Topic
    Gets the point with coordinates of the left top corner of the rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point2D
    public Point2D Location {get;}
    See Also