![]() |
PointStyle








Public Data Item |
Declared in: NiCursor.h |
Declaration
PointStyles PointStyle;
Description
Specifies the cursor point style. The following list includes cursor point styles.
- CNiCursor::PointNone - no point.
- CNiCursor::PointEmptySquare - empty square.
- CNiCursor::PointSolidSquare - solid square.
- CNiCursor::PointAsterisk - asterisk.
- CNiCursor::PointDottedEmptySquare - dotted empty square.
- CNiCursor::PointDottedSolidSquare - dotted solid square.
- CNiCursor::PointSolidDiamond - solid diamond.
- CNiCursor::PointEmptySquareWithX - empty square with X.
- CNiCursor::PointEmptySquareWithCross - empty square with cross.
- CNiCursor::PointEmptyCircle - empty circle.
- CNiCursor::PointSolidCircle - solid circle.
- CNiCursor::PointDottedEmptyCircle - dotted empty circle.
- CNiCursor::PointDottedSolidCircle - dotted solid circle.
- CNiCursor::PointX - X.
- CNiCursor::PointBoldX - bold X.
- CNiCursor::PointSmallX - small X.
- CNiCursor::PointCross - cross.
- CNiCursor::PointBoldCross - bold cross.
- CNiCursor::PointSmallCross - small cross.
- CNiCursor::PointSmallEmptySquare - small empty square.
- CNiCursor::PointSmallSolidSquare - small solid square.
- CNiCursor::PointSimpleDot - simple dot.
- CNiCursor::PointEmptyDiamond - empty diamond.
Note: The system draws the point where the crosshair lines meet.