'Declaration Public Overloads Sub Widen( _
ByVal penA IDrawingPen that specifies the width between the original outline of the path and the new outline this method creates.As IDrawingPen, _
ByVal flatnessA value that specifies the flatness for curves.As Single _
)
public void Widen(
IDrawingPen pen,
float flatness
)
public: void Widen(
IDrawingPen* pen,
float flatness
)
public:
void Widen(
IDrawingPen^ pen,
float flatness
)
Parameters
- pen
- A IDrawingPen that specifies the width between the original outline of the path and the new outline this method creates.
- flatness
- A value that specifies the flatness for curves.