Skip to main content

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.

ParameterTypeDescription
elementUIElement

Returns bool

Capture(UIElement element, CaptureMode mode)

public static bool Capture(UIElement element, CaptureMode mode)

Captures one frame into the supplied buffer. (inherited)

ParameterTypeDescription
elementUIElement
modeCaptureMode

Returns bool — Number of bytes actually captured.