function Leadtools.Annotations.Core.AnnRenderingEngine.burnToRect( destinationRect )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
destinationRect | LeadRectD | The destination rectangle in container coordinates. |
All visible objects in this container will be drawn into the current context.
This method uses the resolution (DPI) values stored in the container. Use this method when burning the container objects into the context of the image currently being used in the automation.
To burn a container into a context while specifying new resolution (DPI) values, use BurnToRectWithDpi.