| C1.C1Flash.2 Assembly > C1.C1Flash Namespace > FPage Class : DrawPath Method |
The pen parameter is a regular Pen object, which defines the width, color, and style of the line. The system pens (e.g. Pens.Black, Pens.Red, etc) have a width of one point. If you want to draw thinner or thicker lines, you have to create new Pen objects.
SWF file format has no native support for dashed or dotted line styles. A dashed line can be simulated by breaking up the path into a series of short lines. All lines in SWF file format have rounded joins and end-caps.
The current transformation in the graphic context is applied to the System.Drawing.Drawing2D.GraphicsPath object before it is drawn.