MarkerSetTransparentΒΆ
sets if the marker is plotted transparent or opaque.
- bool = MarkerSetTransparent(hMarker, bTransparent)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hMarker
Identifies the marker.
- bTransparent
bTransparent is TRUE (1) if the marker is plotted without the fill color (transparent) of FALSE (0) if the marker is plotted opaque.
id-1095766