Project Hoshimi Documented Class Library
Terrain Class
NamespacesPH.MapTerrain

The map of the mission
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class Terrain
<SerializableAttribute> _
Public Class Terrain
[SerializableAttribute]
public ref class Terrain
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Terrain(Int32, Int32)
AirStreams
Collection of streams in the Map

static memberCreate(String)
Create a Map from a Map (.tsu) file

static memberCreateFromBitmap(String)
Create a Map from a bitmap file

static memberCreateFromBitmap(Bitmap)
Create a Map from a bitmap

Entities
Collection of entities (OXY and Hoshimi points) in the Map

EntitiesByType[([(EntityEnum])])
Collection of entities of the specified type

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtractPicture()()()
Create a bitmap from the Map

ExtractPicture(Int32)
Create a bitmap with a zoom (for better aspect)

FileName
Name of the file

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
getElement(Int32, Int32)
Get the first entity from a location (x,y)

GetEntitiesByType(EntityEnum)
Return collection of entities of the specified type. Same as EntitiesByType property

GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Height of the tssue

IsInMap(Int32, Int32)
Indicate if the location is in the Map

IsInStream(Int32, Int32)
Return a reference to the Stream if there is one at the location

Item[([(Int32, Int32])])
Return the cell at (x,y). Throw an exception if outside of the Map

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save()()()
Save the Map to a .tsu file

SetBitmap(Bitmap)
set a bitmap to the Map. Create all cells from this bitmap

SetEntityTXT(String)
SetStreamTXT(String)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Width
Width of the Map

Remarks

[Missing <remarks> documentation for T:PH.Map.Terrain]

Inheritance Hierarchy
Object
Terrain

Assembly: PH.Map (Module: PH.Map) Version: 6.0.0.0