←Select platform

AnnPicture Constructor(string)

Summary

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

Syntax

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

Parameters

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

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