←Select platform

AnnPicture Constructor(string)

Summary
Initializes a new instance of the AnnPicture class with a specific image.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnPicture( 
   string source 
) 
-(id)initWithSource:(NSURL*)aSource; 
public AnnPicture(String source) 
public:  
   AnnPicture(String^ source) 
__init__(self,source) # Overloaded constructor 

Parameters

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

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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