←Select platform

Render Method (AnnD2DRenderingEngine)

Summary

Overrides AnnRenderingEngine.Render.

Syntax
C#
VB
public override void Render(  
   LeadRectD clipRect, 
   bool clear 
) 
Public Overrides Sub Render( _ 
   ByVal clipRect As LeadRectD, _ 
   ByVal clear As Boolean _ 
)  

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly