←Select platform

DrawPicture Method

Summary
Helper method to draw an AnnPicture using the properties of this rendering engine.
Syntax
C#
VB
C++
public void DrawPicture( 
   AnnPicture picture, 
   LeadRectD rc, 
   AnnObject annObject 
) 
Public Sub DrawPicture( _ 
   ByVal picture As AnnPicture, _ 
   ByVal rc As LeadRectD, _ 
   ByVal annObject As AnnObject _ 
)  
public:  
   void DrawPicture( 
      AnnPicture^ picture, 
      LeadRectD^ rc, 
      AnnObject^ annObject 
   ) 

Parameters

picture
The picture to draw.

rc
The destination rectangle.

annObject
The owner object.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.