[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.IDrawingCanvas.CreatePen

CreatePen Method

CreatePen(Color, float)

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

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

CreatePen(Color)

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

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