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
DataSystem.IntPtr
FrameHeightSystem.Int32Gets and sets the region's frame height
FrameWidthSystem.Int32Gets and sets the region's frame width
IsDisposedSystem.Boolean
SizeSystem.Int32Gets the PointRun count

Methods

 NameDescription
AddRange(AvlNet.PointRun[])
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
SetFrame(int, int)Sets the region's frame.
ToArray()
ToString()Inherited from System.Object

See also