TouchCapture Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public static class TouchCapture
Properties
Captured
public static UIElement Captured { get; }
No description available.
Methods
Capture(UIElement element)
public static bool Capture(UIElement element)
No description available.
| Parameter | Type | Description |
|---|---|---|
element | UIElement |
Returns bool
Capture(UIElement element, CaptureMode mode)
public static bool Capture(UIElement element, CaptureMode mode)
Captures one frame into the supplied buffer. (inherited)
| Parameter | Type | Description |
|---|---|---|
element | UIElement | |
mode | CaptureMode |
Returns bool — Number of bytes actually captured.