←Select platform

AnnPicture Constructor(Image)

Summary

Initializes a new instance of the AnnPicture object from the specified windows image.

Syntax

C#
VB
WinRT C#
C++
public AnnPicture( 
   Image image 
) 
Public Function New( _ 
   ByVal image As Image _ 
) 
public AnnPicture(  
   Image image 
) 
function AnnPicture(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly