←Select platform

Create Method

Summary
Creates a new instance of AnnLoadPictureEventArgs with the specified parameters.
Syntax
C#
Objective-C
C++/CLI
Java
Python
-(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 
) 
def Create(self,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 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.