Easymap. |
| Class | Description | |
|---|---|---|
| Brush | Defines objects used to fill the interiors of graphical shapes. | |
| cFont | Font, see Font | |
| Location | Specifies the location of an object. | |
| Matrix | Encapsulates a 3-by-3 affine matrix that represents a geometric transform. | |
| Measurement | Base class for measurement. | |
| Pen | Defines an object used to draw lines and curves. | |
| PointArray | Represents an array of PointF objects. | |
| PointF | Represents a PointF | |
| RectangleF | Represents a RectangleF | |
| Symbol | Represents a symbol. | |
| Transform | Base class for transforming windowless components. |
| Enumeration | Description | |
|---|---|---|
| BrushTypeEnum | Specifies the brush type | |
| DashCap | Specifies the type of graphic shape to use on both ends of each dash in a dashed line. | |
| DashStyle | Specifies the style of dashed lines drawn with a System.Drawing.Pen object. | |
| HatchStyle | Specifies the different patterns available for a HatchBrush | |
| LinearGradientMode | Specifies the direction of a linear gradient. | |
| LineCap | Specifies the available cap styles with which a System.Drawing.Pen object can end a line. | |
| LineJoin | Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a System.Drawing.Drawing2D.GraphicsPath object. | |
| MatrixOrder | Specifies the order for matrix transform operations. | |
| PenAlignment | Specifies the alignment of a System.Drawing.Pen object in relation to the theoretical, zero-width line. | |
| PenType | Specifies the type of fill a System.Drawing.Pen object uses to fill lines. |