create Method

Summary

Creates a new instance of AnnLoadPictureEventArgs with the specified parameters.

Syntax

JavaScript Syntax
create = function(picture, annObject, container, error) 
TypeScript Syntax
static create(picture: AnnPicture, annObject: AnnObject, container: AnnContainer, error: Error): AnnLoadPictureEventArgs; 

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