←Select platform

Render Method (AnnD2DRenderingEngine)

Summary
Overrides AnnRenderingEngine.Render.
Syntax
C#
public override void Render(  
   LeadRectD clipRect, 
   bool 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 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

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