Method | Description | |
---|---|---|
Composite ( Image image1, Image image2 ) : Image | ||
Deserialize ( byte ser ) : Image | ||
Dispose ( ) : void | ||
GetObjectData ( |
||
Image ( Gdk.Pixbuf image ) : System | ||
Image ( |
||
Save ( string filename ) : void | ||
Scale ( ) : void | ||
Scale ( int maxWidth, int maxHeight ) : void | ||
ScaleFactor ( int destWidth, int destHeight, double &scaleX, double &scaleY, System.Point &offset ) : void | ||
Serialize ( ) : byte[] |
Method | Description | |
---|---|---|
ComputeScale ( int inWidth, int inHeight, int maxOutWidth, int maxOutHeight, int &outWidth, int &outHeight ) : void | ||
ThumbnailAbort ( ) : bool |
public static Composite ( Image image1, Image image2 ) : Image | ||
image1 | Image | |
image2 | Image | |
return | Image |
public static Deserialize ( byte ser ) : Image | ||
ser | byte | |
return | Image |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public Image ( |
||
info | ||
context | ||
return | System |
public Scale ( int maxWidth, int maxHeight ) : void | ||
maxWidth | int | |
maxHeight | int | |
return | void |
public ScaleFactor ( int destWidth, int destHeight, double &scaleX, double &scaleY, System.Point &offset ) : void | ||
destWidth | int | |
destHeight | int | |
scaleX | double | |
scaleY | double | |
offset | System.Point | |
return | void |