Region Class
Namespace: Stimulsoft.Drawing
Inheritance
Implements: IDisposable
Constructors
| Constructor | Description |
|---|---|
| Region(Rectangle rect) | |
| Region(RectangleF rect) | |
| Region(GraphicsPath path) |
Region(rect: Rectangle)
Parameters
- rect (Rectangle)
Region(rect: RectangleF)
Parameters
- rect (RectangleF)
Region(path: GraphicsPath)
Parameters
- path (GraphicsPath)
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | Region | |
| Dispose | void | |
| Exclude | void | |
| GetBounds | RectangleF |
Method Details
Clone
Clone(): Region
Returns Region
Dispose
Dispose(): void
Exclude
Exclude(path: GraphicsPath): void
Parameters
- path (GraphicsPath)
GetBounds
GetBounds(g: Graphics): RectangleF
Parameters
- g (Graphics)
Returns RectangleF