←Select platform

Render Method (AnnWinRTRenderingEngine)

Summary

Renders the container to the specified destination rectangle.

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.AnnWinRTRenderingEngine.Render(  
   clipRect , 
   clear  
) 

Parameters

clipRect
The destination clip rectangle 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 Container to the Context. The container objects might be scaled to fit into the destination rectangle.

This method uses the mapper in Container to calculate the destination rectangle and any other transform 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