←Select platform

DrawPicture Method (AnnD2DRenderingEngine)

Summary

Helper method to draw an AnnPicture using the properties of this rendering engine.

Syntax
C#
VB
public void DrawPicture(  
   AnnPicture picture, 
   LeadRectD objectBounds, 
   AnnObject annObject, 
   D2DSurface context 
) 
Public Sub DrawPicture( _ 
   ByVal picture As AnnPicture, _ 
   ByVal objectBounds As LeadRectD, _ 
   ByVal annObject As AnnObject, _ 
   ByVal context As D2DSurface _ 
)  

Parameters

picture
The picture to draw.

objectBounds
The destination rectangle.

annObject
The owner object.

context
The context using by this rendering engine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly