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