Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectF Structure / TopLeft Property

In This Topic
    TopLeft Property (RectF)
    In This Topic
    Get the top left point of the rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property TopLeft As Point2F
    public Point2F TopLeft {get;}
    See Also