←Select platform

AnnPicture Constructor(Image)

Summary
Initializes a new instance of the AnnPicture object from the specified windows image.
Syntax
C#
VB
C++
public AnnPicture( 
   Image image 
) 
Public Function New( _ 
   ByVal image As Image _ 
) 
public:  
   AnnPicture(Image^ image) 

Parameters

image
The input image to set.

Remarks

When using this overload to initialize AnnPicture, the input image will be converted to PNG bytes array directly and PictureData property will be set.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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