SetBitmap Method
Sets the value for the Bitmap format.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void SetBitmap(
Bitmap? value
)
Public Sub SetBitmap (
value As Bitmap
)
member SetBitmap :
value : Bitmap -> unit
Parameters
- Bitmap
- The value corresponding to the Bitmap format. If null, the format won't be part of the DataTransferItem.