C# Class netfx.BitmapW

Show file Open project: asadm/NETFx Class Usage Examples

Public Methods

Method 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

Method Description
BitmapW ( Bitmap a ) : System

Method Details

BitmapW() public method

public BitmapW ( String filename ) : System
filename String
return System

Clone() public method

public Clone ( ) : BitmapW
return BitmapW

GetBitmap() public method

public GetBitmap ( ) : Bitmap
return System.Drawing.Bitmap

GetPixel() public method

public GetPixel ( int x, int y ) : Color
x int
y int
return Color

Height() public method

public Height ( ) : int
return int

SetPixel() public method

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color Color
return void

Width() public method

public Width ( ) : int
return int