'宣言 Public Enum PenLineCap Inherits System.Enum
public enum PenLineCap : System.Enum
'宣言 Public Enum PenLineCap Inherits System.Enum
public enum PenLineCap : System.Enum
| メンバ | 解説 |
|---|---|
| Flat | A cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines. |
| Round | A semicircle that has a diameter equal to the line thickness. |
| Square | Half of a square that has a length equal to the line thickness. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Drawing.PenLineCap