←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 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