resolutions Property

Summary

Gets or sets the array that contains all the available resolutions that will be used with this game.

Syntax

JavaScript Syntax
Object.defineProperty(MRTIImage.prototype, 'resolutions', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
resolutions: LeadSizeD[]; 

Property Value

an array of LeadSizeD that contains all the available resolutions that will be used with this game.

Remarks

Best resolution combination should be multiple of 2, for example, if the image full size is 1024X1024, then best resolutions to set are:

1024X1024 512X512 256X256 128X128

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