'Declaration Public Overloads MustOverride Function CreatePen( _
ByVal brushThe brush.As IDrawingBrush, _
ByVal widthThe pen width.As Single _
) As IDrawingPen
public abstract IDrawingPen CreatePen(
IDrawingBrush brush,
float width
)
public: abstract IDrawingPen* CreatePen(
IDrawingBrush* brush,
float width
)
public:
abstract IDrawingPen^ CreatePen(
IDrawingBrush^ brush,
float width
)
Parameters
- brush
- The brush.
- width
- The pen width.
Return Value
A new pen with specified brush and width.