ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / GetBounds Method

In This Topic
    GetBounds Method (GraphicsPath)
    In This Topic
    Returns a rectangle that bounds this GraphicsPath.
    Syntax
    'Declaration
     
    Public Function GetBounds() As RectangleF
    public RectangleF GetBounds()

    Return Value

    A RectangleF that represents a rectangle that bounds this GraphicsPath.
    See Also