Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface / GetBounds Method / GetBounds() Method

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

    Return Value

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