←Select platform

AnnPicture Constructor(Image)

Summary

Initializes a new instance of the AnnPicture class with a specific image.

Syntax

C#
VB
C++
public AnnPicture( 
   Image img 
) 
  
Public Function New( _ 
   ByVal img As Image _ 
) 
public: 
AnnPicture(  
   Image^ img 
) 

Parameters

img
The image to be used with this AnnPicture object.

Example

For an example, refer to AnnPicture.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly