C# Class BiomePainter.BitmapSelector.Layer

Inheritance: IDisposable
Show file 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 property

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

Opacity public property

public float Opacity
return float

SaveContentsOnReset public property

public bool SaveContentsOnReset
return bool

Visible public property

public bool Visible
return bool