GeoStreamRendererRender Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
If the requested tile was not found in the tile-cache, this method is called to perform
the drawing operation. Drawing is conducted on a supertile basis.
Namespace:
Telogis.GeoBase.GeoStream.Server
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract void Render(
Graphics graphics,
RenderContext rc
)
Public MustOverride Sub Render (
graphics As Graphics,
rc As RenderContext
)
Parameters
- graphics
- Type: System.DrawingGraphics
The Graphics object representing the canvas on which to draw. - rc
- Type: Telogis.GeoBaseRenderContext
The context of the drawing operation. Contains the Map member which
can be used to determine geographical coordinates for the drawing area.
Implements
IMapRendererRender(Graphics, RenderContext)See Also