[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.DrawingCanvasBase.CreatePen

CreatePen Method

CreatePen(Color, float)

Initializes a new instance of PenEx with the specified color and width

Declaration
public PenEx CreatePen(Color color, float width)
Parameters
Type Name Description
Color color
float width
Returns
Type Description
PenEx
Implements

CreatePen(Color)

Initializes a new instance of PenEx with the specified color and default width

Declaration
public PenEx CreatePen(Color color)
Parameters
Type Name Description
Color color
Returns
Type Description
PenEx
Implements