←Select platform

Create Method

Summary

Creates a new instance of AnnLoadPictureEventArgs with the specified parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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

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