Bitmap
Bitmap class
public class Bitmap : Image
Конструкторы
Имя |
Описание |
Bitmap(Image) |
|
Bitmap(Stream) |
|
Bitmap(string) |
|
Bitmap(Image, Size) |
|
Bitmap(int, int) |
|
Bitmap(Stream, bool) |
|
Bitmap(string, bool) |
|
Bitmap(Image, int, int) |
|
Bitmap(int, int, PixelFormat) |
|
Bitmap(int, int, int, PixelFormat, int[]) |
|
Характеристики
Методы
Имя |
Описание |
Clone() |
|
Clone(Rectangle, PixelFormat) |
|
Clone(RectangleF, PixelFormat) |
|
virtual Dispose() |
|
GetBounds(ref GraphicsUnit) |
|
GetFrameCount(FrameDimension) |
|
GetPixel(int, int) |
|
override GetPropertyItem(int) |
|
GetThumbnailImage(int, int, GetThumbnailImageAbort, IntPtr) |
|
LockBits(Rectangle, ImageLockMode, PixelFormat) |
|
MakeTransparent() |
|
MakeTransparent(Color) |
|
ReadArgb32Pixels(int[]) |
|
override RemovePropertyItem(int) |
|
override RotateFlip(RotateFlipType) |
|
Save(string) |
|
Save(Stream, ImageFormat) |
|
Save(string, ImageFormat) |
|
Save(Stream, ImageCodecInfo, EncoderParameters) |
|
Save(string, ImageCodecInfo, EncoderParameters) |
|
SaveAdd(EncoderParameters) |
|
SaveAdd(Image, EncoderParameters) |
|
SelectActiveFrame(FrameDimension, int) |
|
SetPixel(int, int, Color) |
|
override SetPropertyItem(PropertyItem) |
|
SetResolution(float, float) |
|
UnlockBits(BitmapData) |
|
WriteArgb32Pixels(int[]) |
|
Смотрите также