←Select platform

AnnPicture Constructor(byte[])

Summary

Creates a new instance of the AnnPicture from PNG data.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public AnnPicture( 
   byte[] pngData 
) 
Public Function New( _ 
   ByVal pngData() As Byte _ 
) 
public AnnPicture(  
   byte[] pngData 
) 
-(id)initWithData:(NSData*)aPictureData; 
function AnnPicture(  
   pngData  
) 
public:  
   AnnPicture(array<Byte>^ pngData) 

Parameters

pngData
Byte array containing PNG image data.

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