MagGlassFlags property (ILEADRasterView)
short MagGlassFlags | |
Overview |
Refer to Using the Magnifying Glass |
Remarks
Flags that indicate which colors in the zoomed image of the Magnifying Glass will be displayed, which colors will be masked, and whether the Magnifying Glass will be manually updated. Possible values are:
Value |
Meaning |
MAGGLASS_MASK_NORMAL |
[0x0000] Only those colors present in the MagGlassMask property will be masked in the Magnifying Glass display area. All other colors will be displayed |
MAGGLASS_MASK_INVERT |
[0x0001] Only those colors present in the MagGlassMask property will be displayed in the Magnifying Glass display area. All other colors will be masked |
The following flag indicates whether the Magnifying Glass will be manually updated.
Value |
Meaning |
MAGGLASS_MANUAL_UPDATE |
[0x0002] LEADTOOLS will not handle the mouse events in order to manipulate the Magnifying Glass. The user must control the Magnifying Glass by using the ShowMagGlass and SetMagGlassPos methods. |
See Also
Elements: |
MagGlassMask property, MagGlassMaskCount property , StartMagGlass method, MagGlassCursor event, StartMagGlass method, StopMagGlass method, ShowMagGlass method, SetMagGlassPos method |
Topics: |
|
|