←Select platform

AnnPicture Constructor(Byte[])

Summary

Creates a new instance of the AnnPicture from PNG data.

Syntax

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

Parameters

pngData
Byte array containing PNG image data.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize