C# Class cadencii.apputil.BitmapEx

Inheritance: IDisposable
Exibir arquivo Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method Description
BeginLock ( ) : void
BitmapEx ( Image original ) : System
BitmapEx ( Image original, Size newSize ) : System
BitmapEx ( Image original, int width, int height ) : System
BitmapEx ( Stream stream ) : System
BitmapEx ( Stream stream, bool useIcm ) : System
BitmapEx ( Type type, string resource ) : System
BitmapEx ( int width, int height ) : System
BitmapEx ( int width, int height, Graphics g ) : System
BitmapEx ( int width, int height, PixelFormat format ) : System
BitmapEx ( int width, int height, int stride, PixelFormat format, IntPtr scan0 ) : System
BitmapEx ( string filename ) : System
BitmapEx ( string filename, bool useIcm ) : System
Dispose ( ) : void
EndLock ( ) : void
GetBitmap ( ) : Bitmap
GetPixel ( int x, int y ) : Color
SetPixel ( int x, int y, Color color ) : void

Method Details

BeginLock() public method

public BeginLock ( ) : void
return void

BitmapEx() public method

public BitmapEx ( Image original ) : System
original Image
return System

BitmapEx() public method

public BitmapEx ( Image original, Size newSize ) : System
original Image
newSize System.Drawing.Size
return System

BitmapEx() public method

public BitmapEx ( Image original, int width, int height ) : System
original Image
width int
height int
return System

BitmapEx() public method

public BitmapEx ( Stream stream ) : System
stream Stream
return System

BitmapEx() public method

public BitmapEx ( Stream stream, bool useIcm ) : System
stream Stream
useIcm bool
return System

BitmapEx() public method

public BitmapEx ( Type type, string resource ) : System
type System.Type
resource string
return System

BitmapEx() public method

public BitmapEx ( int width, int height ) : System
width int
height int
return System

BitmapEx() public method

public BitmapEx ( int width, int height, Graphics g ) : System
width int
height int
g System.Drawing.Graphics
return System

BitmapEx() public method

public BitmapEx ( int width, int height, PixelFormat format ) : System
width int
height int
format PixelFormat
return System

BitmapEx() public method

public BitmapEx ( int width, int height, int stride, PixelFormat format, IntPtr scan0 ) : System
width int
height int
stride int
format PixelFormat
scan0 System.IntPtr
return System

BitmapEx() public method

public BitmapEx ( string filename ) : System
filename string
return System

BitmapEx() public method

public BitmapEx ( string filename, bool useIcm ) : System
filename string
useIcm bool
return System

Dispose() public method

public Dispose ( ) : void
return void

EndLock() public method

public EndLock ( ) : void
return void

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

SetPixel() public method

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