Specifies bounds of map to render.
If set to , extent is calculated during rendering to include all geometries in all layers.
Namespace:
Aspose.Gis.Rendering
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic Extent Extent { get; set; }
Public Property Extent As Extent
Get
Set
public:
property Extent^ Extent {
Extent^ get ();
void set (Extent^ value);
}
member Extent : Extent with get, set
Property Value
Type:
Extent
Exceptions
Remarks
If spatial reference system of the extent is not equal to spatial reference system of the map, extent is being transformed
to the target spatial reference system during rendering.
See Also