Method | Description | |
---|---|---|
BeginGetData ( TransferDataType type, AsyncCallback callback, object state ) : IAsyncResult | ||
Clear ( ) : void | ||
EndGetData ( IAsyncResult ares ) : object | ||
GetBestPossibletAlphaBitmapFromDataObject ( System ob ) : System.Windows.Media.Imaging.BitmapSource | ||
GetData ( TransferDataType type ) : object | ||
IsTypeAvailable ( TransferDataType type ) : bool | ||
SetData ( TransferDataType type, Func | ||
SetData ( TransferDataType type, Func | ||
TryFixAlphaChannel ( System.Windows.Media.Imaging.BitmapSource bitmapImage ) : System.Windows.Media.Imaging.BitmapSource |
Method | Description | |
---|---|---|
GenerateCFHtml ( string htmlFragment ) : string |
Generates a CF_HTML cliboard format document
|
|
GenerateCFHtmlHeader ( int startHTML, int endHTML, int startFragment, int endFragment ) : string |
Generates a CF_HTML clipboard format header.
|
public BeginGetData ( TransferDataType type, AsyncCallback callback, object state ) : IAsyncResult | ||
type | TransferDataType | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndGetData ( IAsyncResult ares ) : object | ||
ares | IAsyncResult | |
return | object |
public static GetBestPossibletAlphaBitmapFromDataObject ( System ob ) : System.Windows.Media.Imaging.BitmapSource | ||
ob | System | |
return | System.Windows.Media.Imaging.BitmapSource |
public GetData ( TransferDataType type ) : object | ||
type | TransferDataType | |
return | object |
public IsTypeAvailable ( TransferDataType type ) : bool | ||
type | TransferDataType | |
return | bool |
public SetData ( TransferDataType type, Func | ||
type | TransferDataType | |
dataSource | Func | |
return | void |
public SetData ( TransferDataType type, Func | ||
type | TransferDataType | |
dataSource | Func | |
cleanClipboardFirst | bool | |
return | void |
public static TryFixAlphaChannel ( System.Windows.Media.Imaging.BitmapSource bitmapImage ) : System.Windows.Media.Imaging.BitmapSource | ||
bitmapImage | System.Windows.Media.Imaging.BitmapSource | |
return | System.Windows.Media.Imaging.BitmapSource |