Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Photo ( ) : System |
Private constructor to use by other constructors (not to use by library user)
|
|
Photo ( Image Photo ) : System |
Constructor load photo from Image object
|
|
Photo ( string PathToPhoto ) : System |
Constructor load photo from file.
|
|
ResizeTo ( |
Static method to resize Photo object
|
|
ResizeTo ( int width, int height ) : void |
Method to resize ImageObject to new size (width, height)
|
|
ToString ( ) : string |
Method from class Object
|
|
ZoomInAbout ( |
Static method to zoom in Photo object
|
|
ZoomInAbout ( int percent ) : void |
Method to zoom in ImageObject
|
|
ZoomInOut ( |
Static method to zoom out Photo object
|
|
ZoomOutAbout ( int percent ) : void |
Method to zoom out ImageObject
|
public Photo ( Image Photo ) : System | ||
Photo | Image | Image object to load |
Résultat | System |
public Photo ( string PathToPhoto ) : System | ||
PathToPhoto | string | Path to photo. |
Résultat | System |
public static ResizeTo ( |
||
photo | Photo object to resize | |
width | int | New photo's width |
height | int | New photo's height |
Résultat |
public ResizeTo ( int width, int height ) : void | ||
width | int | New image's width |
height | int | New image's height |
Résultat | void |
public static ZoomInAbout ( |
||
photo | Photo object to zoom in | |
percent | int | Percent by which zoom in the photo |
Résultat |
public ZoomInAbout ( int percent ) : void | ||
percent | int | Percent by which zoom in the photo |
Résultat | void |
public static ZoomInOut ( |
||
photo | Photo object to zoom out | |
percent | int | Percent by which zoom out the photo |
Résultat |
public ZoomOutAbout ( int percent ) : void | ||
percent | int | Percent by which zoom out the photo |
Résultat | void |