'Declaration Public Overloads Sub Render( _
ByVal drawingEngineThe DrawingEngine to render on.As Vintasoft.Imaging.Drawing.DrawingEngine, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.DrawingSurface _
)
public void Render(
Vintasoft.Imaging.Drawing.DrawingEngine drawingEngine,
Vintasoft.Imaging.DrawingSurface drawingSurface
)
Parameters
- drawingEngine
- The DrawingEngine to render on.
- drawingSurface
- The object that provides information about drawing surface.