Renders the map to the provided target.


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

Syntax

Visual Basic (Declaration)
Private Sub Render( _ 
   ByVal TargetArea As Envelope,  _ 
   ByRef target As Graphics,  _ 
   ByVal ImgWidth As Integer,  _ 
   ByVal ImgHeight As Integer _ 
)
C#
private void Render(
   Envelope TargetArea,
   ref Graphics target,
   int ImgWidth,
   int ImgHeight
)
C++
private:
 void Render(
   Envelope TargetArea,
   Graphics% target,
   int ImgWidth,
   int ImgHeight
) sealed 
J#
private void Render(
   Envelope TargetArea,
   Graphics target,
   int ImgWidth,
   int ImgHeight
)
JScript
private  function Render(
   TargetArea : Envelope,
   target : Graphics,
   ImgWidth : int,
   ImgHeight : int
)

See Also