Click or drag to resize

BaseStateRender Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Called to render this state.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual void Render(
	Graphics graphics,
	RenderContext rc
)

Parameters

graphics
Type: System.DrawingGraphics
Graphics to render to.
rc
Type: Telogis.GeoBaseRenderContext
Render context.

Implements

IStateRender(Graphics, RenderContext)
See Also