Scale and Compose a Pixbuf
Syntax
public
void Composite (
Pixbuf dest,
int dest_x,
int dest_y,
int dest_width,
int dest_height,
double offset_x,
double offset_y,
double scale_x,
double scale_y,
InterpType interp_type,
int overall_alpha)
Parameters
- dest
- The destination Pixbuf to render to.
- dest_x
- The left coordinate for region to render
- dest_y
- The top coordinate for region to render
- dest_width
- The width of the region to render
- dest_height
- The height of the region to render
- offset_x
- The offset in the X direction (currently rounded to an integer)
- offset_y
- The offset in the Y direction (currently rounded to an integer)
- scale_x
- The scale factor in the X direction
- scale_y
- The scale factor in the Y direction
- interp_type
- The interpolation type for the transformation.
- overall_alpha
- Overall alpha for source image (0..255)
Remarks
Requirements
Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)