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