You are here: Start » AVL.NET » ShapeRegion Class

ShapeRegion Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
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

 NameTypeDescription
CircleAvlNet.Circle2D
EllipseAvlNet.Ellipse2D
IsDisposedSystem.Boolean
PolygonAvlNet.Path
RectangleAvlNet.Rectangle2D
RegionAvlNet.Region
RingAvlNet.Ring2D
TagAvlNet.ShapeRegionType

Methods

 NameDescription
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

See also