←Select platform

Render Method (AnnD2DRenderingEngine)

Summary

Overrides AnnRenderingEngine.Render.

Syntax

C#
VB
WinRT C#
public override void Render(  
   Leadtools.LeadRectD clipRect, 
   bool clear 
) 
Public Overrides Sub Render( _ 
   ByVal clipRect As Leadtools.LeadRectD, _ 
   ByVal clear As Boolean _ 
)  
public override void Render(  
   Leadtools.LeadRectD clipRect, 
   bool clear 
) 
 function Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.Render(  
   clipRect , 
   clear  
) 

Parameters

clipRect
The destination clip rectangle 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 AnnContainer to calculate the destination rectangle and any other transforms to be applied.

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