objects Property

Summary

Gets the collection of the shutter annotation objects.

Syntax

JavaScript Syntax
Object.defineProperty(ShutterObject.prototype, 'objects', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
objects: LeadCollection; 

Property Value

LeadCollection that represents the collection of the shutter annotation objects.

Remarks

You must attach the shutter to the viewer in order to be able to display the shutter, refer to Attach.

If no object is found, then the shutter canvas will be transparent.

The shutter engine only supports closed objects, like rectangle, ellipse and closed polygon.

The annotation objects must be children of the same container.

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.Controls.Medical Assembly