C# Class BiomePainter.BitmapSelector.Layer

Inheritance: IDisposable
Afficher le fichier Open project: mblaine/BiomePainter Class Usage Examples

Méthodes publiques

Свойство Type Description
Image System.Drawing.Bitmap
Opacity float
SaveContentsOnReset bool
Visible bool

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Layer() public méthode

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
Résultat System

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

Property Details

Image public_oe property

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

Opacity public_oe property

public float Opacity
Résultat float

SaveContentsOnReset public_oe property

public bool SaveContentsOnReset
Résultat bool

Visible public_oe property

public bool Visible
Résultat bool