IPen CreatePen(
	Color color,
	int penWidth,
	DashStyle dashStyle
)Function CreatePen ( 
	color As Color,
	penWidth As Integer,
	dashStyle As DashStyle
) As IPenabstract CreatePen : 
        color : Color * 
        penWidth : int * 
        dashStyle : DashStyle -> IPen