C# Class Spryt.Layer

Afficher le fichier Open project: Metapyziks/SprytEditor Class Usage Examples

Méthodes publiques

Méthode Description
Layer ( ImageInfo image, String label = null ) : System
SetPixel ( int x, int y, System.Pixel colour ) : void
UpdateBitmap ( ) : void

Private Methods

Méthode Description
DrawPixel ( int x, int y ) : void
Wrap ( int a, int b ) : int

Method Details

Layer() public méthode

public Layer ( ImageInfo image, String label = null ) : System
image ImageInfo
label String
Résultat System

SetPixel() public méthode

public SetPixel ( int x, int y, System.Pixel colour ) : void
x int
y int
colour System.Pixel
Résultat void

UpdateBitmap() public méthode

public UpdateBitmap ( ) : void
Résultat void