(Leadtools.Annotations.Core)

Render Method (AnnRenderingEngine)

Show in webframe





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.
true to clear the destination context before rendering; otherwise, false.
Renders the AnnContainer associated with this AnnRenderingEngine using the specified clip rectangle.
Syntax
public virtual void Render( 
   LeadRectD clipRect,
   bool clear
)
Public Overridable Sub Render( _
   ByVal clipRect As LeadRectD, _
   ByVal clear As Boolean _
) 
public virtual void Render( 
   LeadRectD clipRect,
   bool clear
)
-(void) render:(LeadRectD)rc
         clear:(BOOL) clear;
            
public void render(LeadRectD rc)
 function Leadtools.Annotations.Core.AnnRenderingEngine.Render( 
   clipRect ,
   clear 
)

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.
clear
true to clear the destination context before rendering; 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

See Also

Reference

AnnRenderingEngine Class
AnnRenderingEngine Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.