←Select platform

Create Method (AnnLoadPictureEventArgs)

Summary

Creates a new instance of AnnLoadPictureEventArgs with the specified parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
-(id)initWithPicture:(LTAnnPicture*) aPiture 
              object:(LTAnnObject*)  anAnnObject 
           container:(LTAnnContainer*) aContainer 
               error:(NSError*) anError; 
public AnnLoadPictureEvent( 
   Object source, 
   AnnPicture picture, 
   AnnObject annObject, 
   AnnContainer container, 
   Exception error 
) 
function Leadtools.Annotations.Core.AnnLoadPictureEventArgs.Create(  
   picture , 
   annObject , 
   container , 
   error  
) 

Parameters

picture
The loaded picture object.

annObject
The owner annotation object.

container
The owner annotation container.

error
Information on any error that may have occurred.

Return Value

The newly created object.

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