←Select platform

Create Method

Summary

Creates a new instance of AnnLoadPictureEventArgs with the specified parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Shared Function Create( _ 
   ByVal picture As AnnPicture, _ 
   ByVal annObject As AnnObject, _ 
   ByVal container As AnnContainer, _ 
   ByVal error As Exception _ 
) As AnnLoadPictureEventArgs 
-(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 
) 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly