BitmapViewGraphicItemsMaskSet method |
|
Remarks
Sets the mask for determining which graphic items will be rendered over the waveform through the BitmapViewDrawToHdc method.
For details about graphic items management on the waveform analyzer refer to the How to add graphic items to the Waveform analyzer section.
Syntax
[Visual Basic] Public Function BitmapViewGraphicItemsMaskSet ( nGraphicItemsMask as enumGraphicItemMaskValues ) as enumWanErrorCodes |
[C#] public enumWanErrorCodes BitmapViewGraphicItemsMaskSet ( enumGraphicItemMaskValues nGraphicItemsMask ); |
[C++] public: enumWanErrorCodes BitmapViewGraphicItemsMaskSet ( enumGraphicItemMaskValues nGraphicItemsMask ); |
Parameter |
Description |
|||||||||||||||
|
|
|||||||||||||||
nGraphicItemsMask |
Combination of values determining the mask of graphic items that must be drawn. By default all graphic items are enabled for being drawn. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |