Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmapGraphics.Path Class / GetBounds Method / GetBounds() Method

In This Topic
    GetBounds() Method
    In This Topic
    Returns a rectangle that bounds this GcBitmapGraphics.Path.
    Syntax
    'Declaration
     
    Public Overloads Function GetBounds() As System.Drawing.RectangleF
    public System.Drawing.RectangleF GetBounds()

    Return Value

    A System.Drawing.RectangleF that represents a rectangle that bounds this GcBitmapGraphics.Path.
    See Also