RawTouchInputReport Constructor (PresentationSource, DateTime, Byte, TouchInput[], UIElement)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the RawTouchInputReport class with the specified target.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub New ( _
    inputSource As PresentationSource, _
    timestamp As DateTime, _
    eventMessage As Byte, _
    touches As TouchInput(), _
    destTarget As UIElement _
)
public RawTouchInputReport(
    PresentationSource inputSource,
    DateTime timestamp,
    byte eventMessage,
    TouchInput[] touches,
    UIElement destTarget
)
public:
RawTouchInputReport(
    PresentationSource^ inputSource, 
    DateTime timestamp, 
    unsigned char eventMessage, 
    array<TouchInput>^ touches, 
    UIElement^ destTarget
)
new : 
        inputSource:PresentationSource * 
        timestamp:DateTime * 
        eventMessage:byte * 
        touches:TouchInput[] * 
        destTarget:UIElement -> RawTouchInputReport
public function RawTouchInputReport(
    inputSource : PresentationSource, 
    timestamp : DateTime, 
    eventMessage : byte, 
    touches : TouchInput[], 
    destTarget : UIElement
)

Parameters

.NET Framework Security

See Also

Reference

RawTouchInputReport Class

RawTouchInputReport Overload

Microsoft.SPOT.Input Namespace