←Select platform

AnnPicture Constructor(string)

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public AnnPicture( 
   string source 
) 
Public Function New( _ 
   ByVal source As String _ 
) 
-(id)initWithSource:(NSURL*)aSource; 
public AnnPicture(String source) 
public:  
   AnnPicture(String^ source) 

Parameters

source
The image URL to be used with this AnnPicture object.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly