C# Class winmaped2.WindowsClipboard

Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Méthode Description
getBitmap ( ) : Bitmap
getImage ( ) : pr2.IRenderImage
setBitmap ( Bitmap bmp ) : void
setImage ( pr2 img ) : void

Method Details

getBitmap() public static méthode

public static getBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

getImage() public static méthode

public static getImage ( ) : pr2.IRenderImage
Résultat pr2.IRenderImage

setBitmap() public static méthode

public static setBitmap ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
Résultat void

setImage() public static méthode

public static setImage ( pr2 img ) : void
img pr2
Résultat void