WANALYZER_BUDDY_PICTURE structure |
|
The WANALYZER_BUDDY_PICTURE structure describes settings applied to a "buddy" picture assigned to a graphic item, available on the Waveform Analyzer, through one between the GraphicItemBuddyPictureSetFromFile,GraphicItemBuddyPictureSetFromMemory or GraphicItemBuddyPictureSetFromHandle methods. The current settings of the "buddy" picture can be retrieved through the GraphicItemBuddyPictureParamsGet method and modified through the GraphicItemBuddyPictureParamsSet method.
Visual C++ definition
typedef struct
{
OLE_COLOR colorTransp;
short nTranspFactor;
long nAlignment;
long nResizeWidth;
long nResizeHeight;
short bKeepVisible;
} WANALYZER_BUDDY_PICTURE;
This data structure is defined inside the WavMmsEngDef.h header file which can be found inside the product's Include directory (default \Program Files\MultiMedia Soft\Active Waveform Analyzer\include).
Visual Basic definition
Public Type WANALYZER_BUDDY_PICTURE
colorTransp As OLE_COLOR
nTranspFactor As Integer
nAlignment as enumBuddyAlignment
nResizeWidth as Long
nResizeHeight as Long
bKeepVisible as Boolean
End Type
This data structure is defined inside the AsoedDef.bas module file which can be found inside the product's Include directory (default \Program Files\MultiMedia Soft\Active Waveform Analyzer\include).
Member |
Description |
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
Color of the picture rendered as transparent. |
|||||||||||||||||||||||||||||||
Transparent factor. This value can range from 0 (total opacity) to 255 (total transparency). Values outside of this range will be automatically capped to the nearest valid value. |
|||||||||||||||||||||||||||||||
Alignment respect to the graphic item. Supported values are the following:
|
|||||||||||||||||||||||||||||||
Resize width in pixels (0 use original width). |
|||||||||||||||||||||||||||||||
Resize height in pixels (0 use original height). |
|||||||||||||||||||||||||||||||
Boolean value that specifies if the picture is kept visible when reaching the limits of the waveform visible range. Supported values are the following:
|