ActiveReports 12
CreatePen(BrushEx,Single) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface > CreatePen Method : CreatePen(BrushEx,Single) Method
The pen brush.
The brush width.
Initializes a new instance of PenEx using specified BrushEx and width
Syntax
'Declaration
 
Overloads Function CreatePen( _
   ByVal brush As BrushEx, _
   ByVal width As Single _
) As PenEx
PenEx CreatePen( 
   BrushEx brush,
   float width
)

Parameters

brush
The pen brush.
width
The brush width.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List