mcDisplayExCommandFlags Enumeration
|
|
Predefined flags and command codes for theMcDisplayEx.CommandFlags property.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcDisplayExCommandFlags
Members
| Member name | Value | Description |
---|
| mcdecfNoFlags | 0 | No flags. |
| mcdecfFillBorderWidthSet | 1 | Action flag. When assigned to theMcDisplayEx.CommandFlags property with a Mask of 0, the current
McDisplayEx.CommandData value is used to set the fill border width to a scalar
integral value. See mcAutoZoomMode.mazmAddBorder for more discussion. |
| mcdecfFillBorderWidthGet | 2 | Action flag. When assigned to theMcDisplayEx.CommandFlags property with a Mask of 0, the current
McDisplayEx.CommandData value is set to the integral fill border width. See
mcAutoZoomMode.mazmAddBorder for more discussion. |
| mcdecfSourceDibAccessGet | 17 | Action flag. When assigned to theMcDisplayEx.CommandFlags property with a Mask of 0, the IMcDibAccess instance supplied
by the current IMcDisplayEx.SourceToDisplay is placed in McDisplayEx.CommandData as an
Object (VARTYPE VT_UNKNOWN). If the SourceToDisplay is Nothing or has no information
to display, then the CommandData will be Nothing as well. The McDisplayEx.CommandData
is cleared to Empty once it is accessed. Note that there is no corresponding "Set"
action flag, because an assignment to IMcDisplay.ImageToDisplay or
IMcDisplayEx.SourceToDisplay will determine the IMcDibAccess instance that is used to
generate the display Dib. |
| mcdecfSetScrollBarTemplateArrowWidth | 32 | Action flag for internal use.When assigned to the McDisplayEx.CommandFlags property with a Mask of 0, before using
the mcdecfSetScrollBarTemplateBitmap action flag, specifies the width of the arrow
buttons in the horizontal scroll bar templates. Values of 15-19 are accepted; 0
indicates the default of 17 pixels. |
| mcdecfSetScrollBarTemplateBitmap | 33 | Standard flags |
| mcdecfDataGet | -556883968 | When assigned, gets the data elementidentified by the lowest 12 bits of the command into CommandData.
CommandData is cleared once it is next accessed. |
| mcdecfDataSet | -556879872 | When assigned, sets the data elementidentified by the lowest 12 bits of the command from the current CommandData.
CommandData is cleared after its value is stored. |
| mcdecfDataClear | -556875776 | When assigned, clears the dataelement identified by the lowest 12 bits of the command. |
| mcdecfDataClearAll | -556871680 | When assigned, clears all storeddata elements. |
| mcdecfDataList | -556867584 | When assigned, sets CommandDatato an array of integers identifying the storage elements than have been
assigned to and not yet cleared. |
| mcdecfDataElementMask | 4095 | A mask for the data element portionof the mcdecfDataXxxx action commands. |
See Also