You are here: Start » FIL.NET » ShapeRegion Class
ShapeRegion Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.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 | FilNet.Circle2D | |
![]() | Ellipse | FilNet.Ellipse2D | |
![]() | IsDisposed | System.Boolean | |
![]() | Polygon | FilNet.Path | |
![]() | Rectangle | FilNet.Rectangle2D | |
![]() | Region | FilNet.Region | |
![]() | Ring | FilNet.Ring2D | |
![]() | Tag | FilNet.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(FilNet.ShapeRegion) | |
![]() ![]() | Equals(FilNet.ShapeRegion, FilNet.ShapeRegion) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.ShapeRegion) | Resets this instance with data of the other ShapeRegion object. |
![]() | SetPolygon(FilNet.Path) | |
![]() | SetRegion(FilNet.Region) | |
![]() | ToString() | Inherited from System.Object |