Displays a dialog box to configure a marker object.
Return Value
hMarker is the handle of the marker symbol. If the user selects the Cancel button hMarker is -1. If the marker cannot created, hMarker is 0.
Parameters
nStyle is one of the following values:
| Value | Meaning |
|---|---|
|
Plus sign |
|
Cross |
|
Star |
|
Circle |
|
Rectangle |
|
Diamond |
|
Triangle |
|
Triangle turned 90 degrees |
|
Triangle turned 180 degrees |
|
Triangle turned 270 degrees |
|
Hourglass (2 triangles) |
|
Hourglass turned 90 degrees |
|
Star |
|
Circle with dot |
|
Circle with Plus sign |
|
Circle with cross |
|
Rectangle with dot |
|
Rectangle with plus sign |
|
Rectangle with cross |
|
Invisible Marker |
|
Smallest plotable point |
rsSize is the size of the symbol in centimeters.
rvEdgeColorRGB is a vector with 3 elements that sets the the symbol edge color:
| Value | Meaning |
|---|---|
| rvEdgeColorRGB[1] | Red (0 to 255) |
| rvEdgeColorRGB[2] | Green (0 to 255) |
| rvEdgeColorRGB[3] | Blue (0 to 255) |
rvFillColorRGB is a vector with 3 elements that sets the the symbol fill color:
| Value | Meaning |
|---|---|
| rvFillColorRGB[1] | Red (0 to 255) |
| rvFillColorRGB[2] | Green (0 to 255) |
| rvFillColorRGB[3] | Blue (0 to 255) |
rsEdgeWidth is the edge width of the symbol in steps of 0.1 mm.
See also
Overview Marker, MarkerCreate, MarkerDestroy, XYSetMarker, XYZSetMarker
id-1028881