←Select platform

Burn Method

Summary

Burns the annotation objects in Container to the destination context using the existing destination rectangle and resolution (DPI).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual void Burn() 
Public Overridable Sub Burn()  
public virtual void Burn() 
-(void) burn; 
public void burn() 
 function Leadtools.Annotations.Core.AnnRenderingEngine.Burn() 
public:  
   virtual void Burn() 

Remarks

This method will call Render with clipRect set to LeadRectD.Empty.

Burning is different from rendering where the object's thumbs and the selection object will not be drawn.

Example

For an example, refer to BurnToRectWithDpi.

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.Core Assembly