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

EnumerateImageTilesState Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

 ConstructorDescription
EnumerateImageTilesState(EnumerateImageTilesState)Creates a deep copy of the passed object.
EnumerateImageTilesState()

Properties

 NameTypeDescription
CurrentLocAvlNet.Location
EndTileBackwardAvlNet.Location
EndTileForwardAvlNet.Location
HeightOverflowSystem.Boolean
IsDisposedSystem.Boolean
TileHeightSystem.Int32
TileWidthSystem.Int32
WidthOverflowSystem.Boolean

Methods

 NameDescription
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
Reset(AvlNet.EnumerateImageTilesState)Resets this instance with data of the other EnumerateImageTilesState object.
ToString()Inherited from System.Object

See also