C# Class BiomePainter.Clipboard.BiomeCopy

Afficher le fichier Open project: mblaine/BiomePainter Class Usage Examples

Méthodes publiques

Свойство Type Description
Biomes ].byte[
Bottom int
Empty bool
Height int
Left int
Right int
Top int
Width int

Méthodes publiques

Méthode Description
BiomeCopy ( ) : System
Crop ( ) : void
ToBitmap ( ) : Bitmap

Method Details

BiomeCopy() public méthode

public BiomeCopy ( ) : System
Résultat System

Crop() public méthode

public Crop ( ) : void
Résultat void

ToBitmap() public méthode

public ToBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

Property Details

Biomes public_oe property

public byte[,] Biomes
Résultat ].byte[

Bottom public_oe property

public int Bottom
Résultat int

Empty public_oe property

public bool Empty
Résultat bool

Height public_oe property

public int Height
Résultat int

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int

Top public_oe property

public int Top
Résultat int

Width public_oe property

public int Width
Résultat int