Widen(Pen,Matrix3x2,Matrix3x2) Method
In This Topic
Widens the
GraphicsPath by the specified stroke and returns the result as a new path.
Syntax
'Declaration
Public Overloads Function Widen( _
ByVal As Pen, _
ByVal As System.Numerics.Matrix3x2, _
ByVal As System.Numerics.Matrix3x2 _
) As GraphicsPath
public GraphicsPath Widen(
Pen ,
System.Numerics.Matrix3x2 ,
System.Numerics.Matrix3x2
)
Parameters
- pen
- The pen to apply to the source path.
- transformBefore
- The transformation to apply before widening.
- transformAfter
- The transformation to apply after widening.
See Also