Renders the shapefile centered at given point and zoom
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Sub Render ( _
graphics As Graphics, _
clientArea As Size, _
centre As PointD, _
zoom As Double, _
projectionType As ProjectionType, _
targetCRS As ICRS _
) |
C# |
---|
public void Render(
Graphics graphics,
Size clientArea,
PointD centre,
double zoom,
ProjectionType projectionType,
ICRS targetCRS
) |
Visual C++ |
---|
public:
void Render(
Graphics^ graphics,
Size clientArea,
PointD centre,
double zoom,
ProjectionType projectionType,
ICRS^ targetCRS
) |
JavaScript |
---|
function render(graphics, clientArea, centre, zoom, projectionType, targetCRS); |
Remarks
See Also