Create Method (original) (raw)
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static [AnnLoadPictureEventArgs](annloadpictureeventargs.html) Create(
[AnnPicture](annpicture.html) _picture_,
[AnnObject](annobject.html) _annObject_,
[AnnContainer](anncontainer.html) _container_,
Exception _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_
)
public:
static [AnnLoadPictureEventArgs](annloadpictureeventargs.html)^ Create(
[AnnPicture](annpicture.html)^ _picture_,
[AnnObject](annobject.html)^ _annObject_,
[AnnContainer](anncontainer.html)^ _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.