C# Class BiomePainter.BitmapSelector.Layer

Inheritance: IDisposable
显示文件 Open project: mblaine/BiomePainter Class Usage Examples

Public Properties

Property Type Description
Image System.Drawing.Bitmap
Opacity float
SaveContentsOnReset bool
Visible bool

Public Methods

Method Description
Dispose ( ) : void
Layer ( int width, int height, float opacity = 1.0f, bool saveContentsOnReset = false, bool visible = true ) : System
Resize ( int width, int height ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Layer() public method

public Layer ( int width, int height, float opacity = 1.0f, bool saveContentsOnReset = false, bool visible = true ) : System
width int
height int
opacity float
saveContentsOnReset bool
visible bool
return System

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void

Property Details

Image public_oe property

public Bitmap,System.Drawing Image
return System.Drawing.Bitmap

Opacity public_oe property

public float Opacity
return float

SaveContentsOnReset public_oe property

public bool SaveContentsOnReset
return bool

Visible public_oe property

public bool Visible
return bool