Method | Description | |
---|---|---|
Clone ( ) : object |
Clones the IrregularSurface.
|
|
Dispose ( ) : void | ||
Draw ( Cairo dst ) : void |
Draws the IrregularSurface on to the given Surface.
|
|
Draw ( Cairo dst, |
||
Draw ( Cairo dst, int tX, int tY ) : void |
Draws the IrregularSurface on to the given Surface starting at the given (x,y) offset.
|
|
Draw ( Cairo dst, int tX, int tY, |
||
IrregularSurface ( Cairo source, Gdk.Rectangle roi ) : System | ||
IrregularSurface ( Cairo source, Region roi ) : System |
Constructs an IrregularSurface by copying the given region-of-interest from an Image.
|
|
OnDeserialization ( object sender ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
IrregularSurface ( |
public Draw ( Cairo dst, |
||
dst | Cairo | |
pixelOp | ||
return | void |
public Draw ( Cairo dst, int tX, int tY ) : void | ||
dst | Cairo | |
tX | int | |
tY | int | |
return | void |
public Draw ( Cairo dst, int tX, int tY, |
||
dst | Cairo | |
tX | int | |
tY | int | |
pixelOp | ||
return | void |
public IrregularSurface ( Cairo source, Gdk.Rectangle roi ) : System | ||
source | Cairo | |
roi | Gdk.Rectangle | |
return | System |
public IrregularSurface ( Cairo source, Region roi ) : System | ||
source | Cairo | The Surface to copy pixels from. |
roi | Region | Defines the Region from which to copy pixels from the Image. |
return | System |
public OnDeserialization ( object sender ) : void | ||
sender | object | |
return | void |