'Declaration Public Overloads Overrides Sub Widen( _
ByVal penA IDrawingPen that specifies the width between the original outline of the path and the new outline this method creates.As Vintasoft.Imaging.Drawing.IDrawingPen, _
ByVal transformA AffineMatrix that specifies a transform to apply to the path before widening.As Vintasoft.Imaging.AffineMatrix, _
ByVal flatnessA value that specifies the flatness for curves.As Single _
)
public override void Widen(
Vintasoft.Imaging.Drawing.IDrawingPen pen,
Vintasoft.Imaging.AffineMatrix transform,
float flatness
)
public: void Widen(
Vintasoft.Imaging.Drawing.IDrawingPen* pen,
Vintasoft.Imaging.AffineMatrix* transform,
float flatness
); override
public:
void Widen(
Vintasoft.Imaging.Drawing.IDrawingPen^ pen,
Vintasoft.Imaging.AffineMatrix^ transform,
float flatness
); override
Parameters
- pen
- A IDrawingPen that specifies the width between the original outline of the path and the new outline this method creates.
- transform
- A AffineMatrix that specifies a transform to apply to the path before widening.
- flatness
- A value that specifies the flatness for curves.