C# Class MarioObjects.Objects.Utils.SubScreen

ファイルを表示 Open project: jazzyjester/Mario-Game Class Usage Examples

Public Properties

Property Type Description
MainImage System.Drawing.Bitmap
width int
x int
xGraph System.Drawing.Graphics

Public Methods

Method Description
SubScreen ( int w, int h ) : System

Method Details

SubScreen() public method

public SubScreen ( int w, int h ) : System
w int
h int
return System

Property Details

MainImage public_oe property

public Bitmap,System.Drawing MainImage
return System.Drawing.Bitmap

width public_oe property

public int width
return int

x public_oe property

public int x
return int

xGraph public_oe property

public Graphics,System.Drawing xGraph
return System.Drawing.Graphics