Renders the map to the provided target.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Private Sub Render( _ 
   ByRef target As Graphics _ 
)
C#
private void Render(
   ref Graphics target
)
C++
private:
 void Render(
   Graphics% target
) sealed 
J#
private void Render(
   Graphics target
)
JScript
private  function Render(
   target : Graphics
)

See Also