(Leadtools.Annotations.Core)

Create Method (AnnLoadPictureEventArgs)

Show in webframe





The loaded picture object.
The owner annotation object.
The owner annotation container.
Information on any error that may have occurred.
Creates a new instance of AnnLoadPictureEventArgs with the specified parameters.
Syntax
Public Shared Function Create( _
   ByVal picture As AnnPicture, _
   ByVal annObject As AnnObject, _
   ByVal container As AnnContainer, _
   ByVal error As Exception _
) As AnnLoadPictureEventArgs
public static AnnLoadPictureEventArgs Create( 
   AnnPicture picture,
   AnnObject annObject,
   AnnContainer container,
   HResult error
)
-(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

See Also

Reference

AnnLoadPictureEventArgs Class
AnnLoadPictureEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.