←Select platform

Render Method (AnnJavaRenderingEngine_java)

Summary

Renders the container to the specified destination rectangle.

Syntax

C#
VB
Java
public void Render(  
   Leadtools.LeadRectD rc, 
   bool runMode 
) 
Public Sub Render( _ 
   ByVal rc As Leadtools.LeadRectD, _ 
   ByVal runMode As Boolean _ 
)  
public void render(LeadRectD rc, boolean runMode) 

Parameters

rc
The destination rectangle.

runMode
true to render the container in run mode; otherwise, false.

Remarks

It will render the objects in the Container to the Context. The container objects might be scaled to fit into the destination rectangle.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly