C# Class OgmoEditor.Definitions.Tileset

Afficher le fichier Open project: talesofgames/Ogmo-Editor Class Usage Examples

Méthodes publiques

Свойство Type Description
FilePath string
Name string
TileSep int
TileSize Size

Méthodes publiques

Méthode Description
Clone ( ) : Tileset
ContainsTile ( Point tile ) : bool
ContainsTile ( int id ) : bool
GenerateBitmap ( ) : void
GetBitmap ( ) : Bitmap
GetBitmapFromID ( int id ) : Bitmap
GetCellFromID ( int id ) : Point
GetIDFromCell ( Point cell ) : int
GetIDFromCell ( int cellX, int cellY ) : int
GetIDFromSelectionRectPoint ( Rectangle selection, Point startCell, Point currentCell ) : int
GetRectFromID ( int id ) : Rectangle
GetTileHit ( Point at ) : int
GetVisualRectFromSelection ( Rectangle selection ) : Rectangle
SetFilePath ( string to ) : void
Tileset ( ) : System.Drawing
ToString ( ) : string
TransformID ( Tileset from, int id ) : int
TransformMap ( Tileset from, ].int[ ids ) : ].int[

Method Details

Clone() public méthode

public Clone ( ) : Tileset
Résultat Tileset

ContainsTile() public méthode

public ContainsTile ( Point tile ) : bool
tile Point
Résultat bool

ContainsTile() public méthode

public ContainsTile ( int id ) : bool
id int
Résultat bool

GenerateBitmap() public méthode

public GenerateBitmap ( ) : void
Résultat void

GetBitmap() public méthode

public GetBitmap ( ) : Bitmap
Résultat Bitmap

GetBitmapFromID() public méthode

public GetBitmapFromID ( int id ) : Bitmap
id int
Résultat Bitmap

GetCellFromID() public méthode

public GetCellFromID ( int id ) : Point
id int
Résultat Point

GetIDFromCell() public méthode

public GetIDFromCell ( Point cell ) : int
cell Point
Résultat int

GetIDFromCell() public méthode

public GetIDFromCell ( int cellX, int cellY ) : int
cellX int
cellY int
Résultat int

GetIDFromSelectionRectPoint() public méthode

public GetIDFromSelectionRectPoint ( Rectangle selection, Point startCell, Point currentCell ) : int
selection Rectangle
startCell Point
currentCell Point
Résultat int

GetRectFromID() public méthode

public GetRectFromID ( int id ) : Rectangle
id int
Résultat Rectangle

GetTileHit() public méthode

public GetTileHit ( Point at ) : int
at Point
Résultat int

GetVisualRectFromSelection() public méthode

public GetVisualRectFromSelection ( Rectangle selection ) : Rectangle
selection Rectangle
Résultat Rectangle

SetFilePath() public méthode

public SetFilePath ( string to ) : void
to string
Résultat void

Tileset() public méthode

public Tileset ( ) : System.Drawing
Résultat System.Drawing

ToString() public méthode

public ToString ( ) : string
Résultat string

TransformID() public méthode

public TransformID ( Tileset from, int id ) : int
from Tileset
id int
Résultat int

TransformMap() public méthode

public TransformMap ( Tileset from, ].int[ ids ) : ].int[
from Tileset
ids ].int[
Résultat ].int[

Property Details

FilePath public_oe property

public string FilePath
Résultat string

Name public_oe property

public string Name
Résultat string

TileSep public_oe property

public int TileSep
Résultat int

TileSize public_oe property

public Size TileSize
Résultat Size