[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapLimits

IMapLimits Interface

Represents the limits of a IMapViewport element.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMapLimits

Properties

Name Description
MaximumX

Gets the maximum X value in map coordinates for a IMapViewport element.

MaximumY

Gets the maximum Y value in map coordinates for a IMapViewport element.

MinimumX

Gets the minimum X value in map coordinates for a IMapViewport element.

MinimumY

Gets the minimum Y value in map coordinates for a IMapViewport element.

Extension Methods