You are here: Start » 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)
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)
SetPolygon(AvlNet.Path)
SetRegion(AvlNet.Region)
ToString()Inherited from System.Object

See also