'Declaration Public Overloads MustOverride Function CreatePen( _
ByVal colorThe pen color.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal widthThe pen width.As Single _
) As IDrawingPen
public abstract IDrawingPen CreatePen(
Vintasoft.Imaging.ImageColors.ColorBase color,
float width
)
public: abstract IDrawingPen* CreatePen(
Vintasoft.Imaging.ImageColors.ColorBase* color,
float width
)
public:
abstract IDrawingPen^ CreatePen(
Vintasoft.Imaging.ImageColors.ColorBase^ color,
float width
)
Parameters
- color
- The pen color.
- width
- The pen width.
Return Value
A new pen with specified color and width.