(Leadtools.Annotations.Rendering)

Render Method (AnnWinRTRenderingEngine)

Show in webframe




The destination clip rectangle Leadtools.LeadRectD in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty to not use a clip rectangle.
true to clear the background of the context, otherwise; false.
Renders the container to the specified destination rectangle.
Syntax
public override void Render( 
   LeadRectD clipRect,
   bool clear
)
public override void Render( 
   LeadRectD clipRect,
   bool clear
)

            

            
 function Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Render( 
   clipRect ,
   clear 
)

Parameters

clipRect
The destination clip rectangle Leadtools.LeadRectD in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty to not use a clip rectangle.
clear
true to clear the background of the context, otherwise; false.
Remarks

This is AnnWinRTRenderingEngine implementation of AnnRenderingEngine.Render. It will render the objects in the Leadtools.Annotations.Core.AnnRenderingEngine.Container to the Context. The container objects might be scaled to fit into the destination rectangle.

This method uses the mapper in Leadtools.Annotations.Core.AnnRenderingEngine.Container to calculate the destination rectangle and any other transform to be applied.

Requirements

Target Platforms

See Also

Reference

AnnWinRTRenderingEngine Class
AnnWinRTRenderingEngine Members

 

 


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