InkPenTip Enumeration |
Defines values that specify whether the pen tip is round or rectangular.
Declaration
[C++]
typedef enum InkPenTip {
IPT_Ball = 0,
IPT_Rectangle = 1
} InkPenTip;
[Microsoft® Visual Basic® 6.0]
Enum InkPenTip
IPT_Ball = 0
IPT_Rectangle = 1
End Enum
Members
The following tables list the enumeration values.
| Name | Description |
|---|---|
| Ball | Specifies a round pen tip. This is the default pen tip. |
| Rectangle | Specifies a rectangular pen tip. |