Method | Description | |
---|---|---|
ConvertToBitmap ( |
||
CopyBitmap ( object handle ) : object | ||
CopyBitmapArea ( object srcHandle, int srcX, int srcY, int width, int height, object destHandle, int destX, int destY ) : void | ||
CreateCustomDrawn ( ImageDrawCallback drawCallback ) : object | ||
CreateMultiResolutionImage ( IEnumerable | ||
CreateMultiSizeIcon ( IEnumerable | ||
CropBitmap ( object handle, int srcX, int srcY, int width, int height ) : object | ||
Dispose ( object backend ) : void | ||
GetBitmapPixel ( object handle, int x, int y ) : Xwt.Drawing.Color | ||
GetSize ( object handle ) : Size | ||
GetStockIcon ( string id ) : System.Image | ||
HasMultipleSizes ( object handle ) : bool | ||
IsBitmap ( object handle ) : bool | ||
LoadFromFile ( string file ) : object | ||
LoadFromStream ( System stream ) : object | ||
SaveToStream ( object backend, System stream, ImageFileType fileType ) : void | ||
SetBitmapPixel ( object handle, int x, int y, Xwt color ) : void |
Method | Description | |
---|---|---|
CreateBitmap ( string stockId, double width, double height, double scaleFactor ) : Gdk.Pixbuf | ||
GetFileType ( ImageFileType type ) : string |
public ConvertToBitmap ( |
||
idesc | ||
scaleFactor | double | |
format | ImageFormat | |
return | object |
public CopyBitmapArea ( object srcHandle, int srcX, int srcY, int width, int height, object destHandle, int destX, int destY ) : void | ||
srcHandle | object | |
srcX | int | |
srcY | int | |
width | int | |
height | int | |
destHandle | object | |
destX | int | |
destY | int | |
return | void |
public CreateCustomDrawn ( ImageDrawCallback drawCallback ) : object | ||
drawCallback | ImageDrawCallback | |
return | object |
public CreateMultiResolutionImage ( IEnumerable | ||
images | IEnumerable | |
return | object |
public CreateMultiSizeIcon ( IEnumerable | ||
images | IEnumerable | |
return | object |
public CropBitmap ( object handle, int srcX, int srcY, int width, int height ) : object | ||
handle | object | |
srcX | int | |
srcY | int | |
width | int | |
height | int | |
return | object |
public GetBitmapPixel ( object handle, int x, int y ) : Xwt.Drawing.Color | ||
handle | object | |
x | int | |
y | int | |
return | Xwt.Drawing.Color |
public GetStockIcon ( string id ) : System.Image | ||
id | string | |
return | System.Image |
public HasMultipleSizes ( object handle ) : bool | ||
handle | object | |
return | bool |
public LoadFromStream ( System stream ) : object | ||
stream | System | |
return | object |
public SaveToStream ( object backend, System stream, ImageFileType fileType ) : void | ||
backend | object | |
stream | System | |
fileType | ImageFileType | |
return | void |
public SetBitmapPixel ( object handle, int x, int y, Xwt color ) : void | ||
handle | object | |
x | int | |
y | int | |
color | Xwt | |
return | void |