You are here: Start » AVL.NET » ShapeRegion Class
ShapeRegion Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| ShapeRegion(Ellipse2D) | ||
| ShapeRegion(Ring2D) | ||
| ShapeRegion(Path) | ||
| ShapeRegion(Circle2D) | ||
| ShapeRegion(Rectangle2D) | ||
| ShapeRegion(Region) | ||
| ShapeRegion(ShapeRegionType) | ||
| ShapeRegion(ShapeRegion) | Creates a deep copy of the passed object. | |
| ShapeRegion() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Circle | AvlNet.Circle2D | ||
| Ellipse | AvlNet.Ellipse2D | ||
| IsDisposed | System.Boolean | ||
| Polygon | AvlNet.Path | ||
| Rectangle | AvlNet.Rectangle2D | ||
| Region | AvlNet.Region | ||
| Ring | AvlNet.Ring2D | ||
| Tag | AvlNet.ShapeRegionType |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.ShapeRegion) | ||
| Equals(AvlNet.ShapeRegion, AvlNet.ShapeRegion) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.ShapeRegion) | Resets this instance with data of the other ShapeRegion object. | |
| SetPolygon(AvlNet.Path) | ||
| SetRegion(AvlNet.Region) | ||
| ToString() | Inherited from System.Object |
