ReprojectionBlockRender Method |
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public void Render(
Graphics g,
Pen p,
Func t
)
Public Sub Render (
g As Graphics,
p As Pen,
t As Func
)
public:
void Render(
Graphics^ g,
Pen^ p,
Func^ t
)
member Render :
g : Graphics *
p : Pen *
t : Func -> unit
Parameters
- g
- Type: System.DrawingGraphics
- p
- Type: System.DrawingPen
- t
- Type: SystemFuncT, TResult
See Also