MarkerSetEdgeColorΒΆ
MarkerSetEdgeColor sets the edge color of a marker symbol.
- bool = MarkerSetEdgeColor(hMarker, rvColorRGB)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hMarker
Identifies the marker.
- rvEdgeColorRGB
rvEdgeColorRGB is a vector with 3 elements that sets the symbol edge color:
Value
Meaning
rvEdgeColorRGB[1]
Red (0 to 255)
rvEdgeColorRGB[2]
Green (0 to 255)
rvEdgeColorRGB[3]
Blue (0 to 255)
id-2046853