Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / RectangularFigure Class / Bounds Property

In This Topic
    Bounds Property (RectangularFigure)
    In This Topic
    Gets or sets the rectangular region coordinates.
    Syntax
    'Declaration
     
    Public Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get; set;}
    See Also