DioDocs for PDF
Widen(Pen,Matrix3x2,Matrix3x2) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GraphicsPath クラス > Widen メソッド : Widen(Pen,Matrix3x2,Matrix3x2) メソッド
The pen to apply to the source path.
The transformation to apply before widening.
The transformation to apply after widening.
Widens the GraphicsPath by the specified stroke and returns the result as a new path.
シンタックス
'宣言
 
Public Overloads Function Widen( _
   ByVal pen As Pen, _
   ByVal transformBefore As System.Numerics.Matrix3x2, _
   ByVal transformAfter As System.Numerics.Matrix3x2 _
) As GraphicsPath
public GraphicsPath Widen( 
   Pen pen,
   System.Numerics.Matrix3x2 transformBefore,
   System.Numerics.Matrix3x2 transformAfter
)

パラメータ

pen
The pen to apply to the source path.
transformBefore
The transformation to apply before widening.
transformAfter
The transformation to apply after widening.
参照

GraphicsPath クラス
GraphicsPath メンバ
オーバーロード一覧