<Magnifier_DrawMode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyNo registered superclass.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32Float32DecimalPlacesSets or gets the number of decimal places to use when displaying 32-bit floating point data. Range is 1 to 7.
int32Float64DecimalPlacesSets or gets the number of decimal places to use when displaying 64-bit floating point data. Range is 1 to 15.
int32GridSizeXSets or gets the preview grid size on X. This is the number of 'pixels' shown in the magnified view.
int32GridSizeYSets or gets the preview grid size on Y. This is the number of 'pixels' shown in the magnified view.
int32ShowGridToggles the 'grid', which are the single pixel lines between the pixels in the magnified view.
int32SnapModeSets or gets the snap mode. This refers to the MagnifierSnapMode enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
<Texture>TextureSets or gets the pointer to the <Texture> being inspected by this draw mode.
doubleTransparencyGets or sets the transparency of the magnified view, which is the rectangular array of pixels representing the magnified view of whatever the mouse is over.
int32ZoomFactorThis determines the overal size of the magnifier view, which is the rectangular array of pixels representing the magnified view of whatever the mouse is over. The default value is 32.