FilePickerHandler Class
Show a FileSavePicker to select where save screenshot
Definition
Namespace: Avalonia.Diagnostics.Screenshots
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)
- C#
- VB
- F#
public sealed class FilePickerHandler : BaseRenderToStreamHandler
Public NotInheritable Class FilePickerHandler
Inherits BaseRenderToStreamHandler
[<SealedAttribute>]
type FilePickerHandler =
class
inherit BaseRenderToStreamHandler
end
| Inheritance | Object → BaseRenderToStreamHandler → FilePickerHandler |
Constructors
| FilePickerHandler() | Instance FilePickerHandler |
| FilePickerHandler(String, String) | Instance FilePickerHandler with specificated parameter |
Methods
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() | Serves as the default hash function. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| Take(Control) | (Inherited from BaseRenderToStreamHandler) |
| ToString() | Returns a string that represents the current object. (Inherited from Object) |