'宣言 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.