DioDocs for PDF
PenLineCap 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : PenLineCap 列挙体
Describes the shape at the end of a line or segment.
シンタックス
'宣言
 
Public Enum PenLineCap 
   Inherits System.Enum
public enum PenLineCap : System.Enum 
メンバ
メンバ解説
FlatA cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines.
RoundA semicircle that has a diameter equal to the line thickness.
SquareHalf of a square that has a length equal to the line thickness.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.PenLineCap

参照

GrapeCity.Documents.Drawing 名前空間