Method | Description | |
---|---|---|
Bitmap ( Image image ) : AppKit |
Initializes a new instance of the System.Drawing.Bitmap class from the specified existing image..
|
|
Bitmap ( Image original, |
||
Bitmap ( Image original, int width, int height ) : AppKit | ||
Bitmap ( |
||
Bitmap ( int width, int height ) : AppKit | ||
Bitmap ( int width, int height, PixelFormat format ) : AppKit | ||
Bitmap ( string filename ) : AppKit | ||
Clone ( |
Creates a copy of the section of this Bitmap defined by Rectangle structure and with a specified PixelFormat enumeration.
|
|
GetPixel ( int x, int y ) : |
||
LockBits ( |
||
MakeTransparent ( ) : void | ||
MakeTransparent ( |
||
Save ( Stream stream, ImageFormat format ) : void | ||
Save ( string path ) : void | ||
Save ( string path, ImageFormat format ) : void | ||
SetPixel ( int x, int y, Color color ) : void | ||
SetResolution ( float xDpi, float yDpi ) : void | ||
UnlockBits ( BitmapData data ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Convert_BGRA_8888_To_P_RGBA_8888 ( IntPtr source, IntPtr destination, int scanLength ) : void | ||
Convert_BGR_888_To_P_RGBA_8888 ( IntPtr source, IntPtr destination, int scanLength ) : void | ||
Convert_P_RGBA_8888_To_BGRA_8888 ( byte &scanLine, byte source ) : void | ||
Convert_P_RGBA_8888_To_BGR_888 ( byte &scanLine, byte source ) : void | ||
CreateCompatibleBitmapContext ( int width, int height, PixelFormat pixelFormat ) : CGBitmapContext | ||
CreateCompatibleBitmapContext ( int width, int height, PixelFormat pixelFormat, IntPtr pixelData ) : CGBitmapContext | ||
GetBestSupportedFormat ( PixelFormat pixelFormat ) : PixelFormat | ||
GetRenderableContext ( ) : CGBitmapContext | ||
GuessPixelFormat ( ) : void | ||
InitWithCGImage ( CGImage image ) : void | ||
InitializeImageFrame ( int frame ) : void | ||
MakeSureWeHaveAnAlphaChannel ( ) : void | ||
RectangularCopy ( byte dstScanLine, byte srcScanLine, int dstStride, int srcStride, int width, int height, int sizeOfPixel ) : void | ||
RotateFlip ( RotateFlipType rotateFlipType ) : void | ||
SetImageInformation ( int frame ) : void | ||
flipImageYAxis ( IntPtr source, IntPtr dest, int stride, int height, int size ) : void | ||
flipImageYAxis ( int width, int height, int size ) : void | ||
memcpy ( byte dest, byte src, int count ) : void |
public Bitmap ( Image original, |
||
original | Image | |
newSize | ||
return | AppKit |
public Bitmap ( Image original, int width, int height ) : AppKit | ||
original | Image | |
width | int | |
height | int | |
return | AppKit |
public Bitmap ( |
||
stream | ||
useIcm | bool | |
return | AppKit |
public Bitmap ( int width, int height ) : AppKit | ||
width | int | |
height | int | |
return | AppKit |
public Bitmap ( int width, int height, PixelFormat format ) : AppKit | ||
width | int | |
height | int | |
format | PixelFormat | |
return | AppKit |
public Clone ( |
||
rect | Rect. | |
pixelFormat | PixelFormat | Pixel format. |
return |
public LockBits ( |
||
rect | ||
flags | ImageLockMode | |
pixelFormat | PixelFormat | |
return |
public MakeTransparent ( |
||
transparentColor | ||
return | void |
public Save ( Stream stream, ImageFormat format ) : void | ||
stream | Stream | |
format | ImageFormat | |
return | void |
public Save ( string path, ImageFormat format ) : void | ||
path | string | |
format | ImageFormat | |
return | void |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
return | void |
public SetResolution ( float xDpi, float yDpi ) : void | ||
xDpi | float | |
yDpi | float | |
return | void |