ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoPolyhedralSurface Class / Bounds Property

In This Topic
    Bounds Property (GeoPolyhedralSurface)
    In This Topic
    Gets the bounds of the polyhedral surface.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Bounds As RectangleF
    public override RectangleF Bounds {get;}

    Property Value

    A System.Drawing.RectangleF representing the bounds of the polyhedral surface.
    See Also