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

Region Class

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

Constructors

 ConstructorDescription
Region(Int32, Int32)
Region(Int32, Int32, PointRun[])
Region()

Properties

 NameTypeDescription
FrameHeightSystem.Int32Gets the region's frame height
FrameWidthSystem.Int32Gets the region's frame width
IsDisposedSystem.Boolean
SizeSystem.Int32Gets the PointRun count

Methods

 NameDescription
Add(AvlNet.PointRun)
Add(int, int, int)
Clear()
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToArray()
ToString()Inherited from System.Object

See also