←Select platform

Render Method

Summary
Renders the AnnContainer associated with this AnnRenderingEngine using the specified clip rectangle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void Render( 
   LeadRectD clipRect, 
   bool runMode 
) 
- (void)render:(LeadRectD)clipRect runMode:(BOOL)runMode NS_SWIFT_NAME(render(clipRect:runMode:)); 
public void render(LeadRectD clipRect) 
public:  
   virtual void Render( 
      LeadRectD^ clipRect, 
      bool runMode 
   ) 
def Render(self,clipRect,runMode): 

Parameters

clipRect
The destination clip rectangle Leadtools.LeadRectD in container coordinates. The engine will only render into this area. If you do not want to use a clip rectangle, pass LeadRectD.Empty.

runMode
true We are working on run mode; otherwise, false.

Remarks

This method uses the mapper in Container to calculate the destination rectangle and any other transforms to be applied.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.