DioDocs for PDF
SvgStrokeLineJoin 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgStrokeLineJoin 列挙体
Specifies the shape to be used at the end of open subpaths when they are stroked.
シンタックス
'宣言
 
Public Enum SvgStrokeLineJoin 
   Inherits System.Enum
public enum SvgStrokeLineJoin : System.Enum 
メンバ
メンバ解説
ArcsIndicates that an arcs corner is to be used to join path segments.
BevelIndicates that a bevelled corner is to be used to join path segments.
MiterIndicates that a sharp corner is to be used to join path segments.
MiterClipThe same as Miter but if the stroke-miterlimit is exceeded, the miter is clipped at a distance equal to half the stroke-miterlimit value multiplied by the stroke width from the intersection of the path segments.
RoundIndicates that a round corner is to be used to join path segments.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgStrokeLineJoin

参照

GrapeCity.Documents.Svg 名前空間