Pen Class
Namespace: Stimulsoft.Drawing
Inheritance
Implements: ICloneable, IDisposable
Constructors
| Constructor | Description |
|---|---|
| Pen(Brush brush) | |
| Pen(Color color) | |
| Pen(Brush brush, float width) | |
| Pen(Color color, float width) |
Pen(brush: Brush)
Parameters
- brush (Brush)
Pen(color: Color)
Parameters
- color (Color)
Pen(brush: Brush, width: float)
Parameters
- brush (Brush)
- width (float)
Pen(color: Color, width: float)
Parameters
- color (Color)
- width (float)
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | |
| Dispose | void |
Method Details
Clone
Clone(): object
Returns object
Dispose
Dispose(): void