C#
VB
Java
Renders the container to the specified destination rectangle.
public void Render(
Leadtools.LeadRectD rc,
bool runMode
)
Public Sub Render( _
ByVal rc As Leadtools.LeadRectD, _
ByVal runMode As Boolean _
)
rc
The destination rectangle.
runMode
true to render the container in run mode; otherwise, false.
It will render the objects in the Container to the Context. The container objects might be scaled to fit into the destination rectangle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET