Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnWinRTRenderingEngine Class : Render Method |
'Declaration
Public Overrides Sub Render( _ ByVal clipRect As LeadRectD, _ ByVal clear As Boolean _ )
'Usage
Dim instance As AnnWinRTRenderingEngine Dim clipRect As LeadRectD Dim clear As Boolean instance.Render(clipRect, clear)
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.