C# Class netfx.BitmapW

Afficher le fichier Open project: asadm/NETFx Class Usage Examples

Méthodes publiques

Méthode Description
BitmapW ( String filename ) : System
Clone ( ) : BitmapW
GetBitmap ( ) : Bitmap
GetPixel ( int x, int y ) : Color
Height ( ) : int
SetPixel ( int x, int y, Color color ) : void
Width ( ) : int

Private Methods

Méthode Description
BitmapW ( Bitmap a ) : System

Method Details

BitmapW() public méthode

public BitmapW ( String filename ) : System
filename String
Résultat System

Clone() public méthode

public Clone ( ) : BitmapW
Résultat BitmapW

GetBitmap() public méthode

public GetBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

GetPixel() public méthode

public GetPixel ( int x, int y ) : Color
x int
y int
Résultat Color

Height() public méthode

public Height ( ) : int
Résultat int

SetPixel() public méthode

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color Color
Résultat void

Width() public méthode

public Width ( ) : int
Résultat int