PointType [Enumeration]
- Last UpdatedJul 18, 2023
- 1 minute read
Defines the visual cue applied to samples of a pen.
Defined As
-
[VBA] Integer
-
[Cicode] INT
-
[C++] PointType
Members
|
Member Name |
Description |
Value |
|---|---|---|
|
PointType_NONE |
No marker |
0 |
|
PointType_RECT |
A rectangular marker |
1 |
|
PointType_CIRCLE |
A circular marker |
2 |
|
PointType_PLUS |
A plus marker |
3 |
|
PointType_CROSS |
A cross marker |
4 |
|
PointType_TRIANGLE |
A triangular marker |
5 |
|
PointType_ELLIPSE |
A elliptical marker |
6 |