C# Class MarioObjects.Objects.Utils.SubScreen

Afficher le fichier Open project: jazzyjester/Mario-Game Class Usage Examples

Méthodes publiques

Свойство Type Description
MainImage System.Drawing.Bitmap
width int
x int
xGraph System.Drawing.Graphics

Méthodes publiques

Méthode Description
SubScreen ( int w, int h ) : System

Method Details

SubScreen() public méthode

public SubScreen ( int w, int h ) : System
w int
h int
Résultat System

Property Details

MainImage public_oe property

public Bitmap,System.Drawing MainImage
Résultat System.Drawing.Bitmap

width public_oe property

public int width
Résultat int

x public_oe property

public int x
Résultat int

xGraph public_oe property

public Graphics,System.Drawing xGraph
Résultat System.Drawing.Graphics