C# Class winmaped2.WindowsClipboard

Datei anzeigen Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
getBitmap ( ) : Bitmap
getImage ( ) : pr2.IRenderImage
setBitmap ( Bitmap bmp ) : void
setImage ( pr2 img ) : void

Method Details

getBitmap() public static method

public static getBitmap ( ) : Bitmap
return System.Drawing.Bitmap

getImage() public static method

public static getImage ( ) : pr2.IRenderImage
return pr2.IRenderImage

setBitmap() public static method

public static setBitmap ( Bitmap bmp ) : void
bmp System.Drawing.Bitmap
return void

setImage() public static method

public static setImage ( pr2 img ) : void
img pr2
return void