ContentSharingCanvas Methods |
The ContentSharingCanvas type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Clears Canvas.
|
![]() | OnContentSharingEnded | |
![]() | OnContentSharingPaused | |
![]() | OnContentSharingResumed | |
![]() | OnContentSharingStarted | |
![]() | OnCursorReceived | |
![]() | OnKeyUp | (Overrides UIElementOnKeyUp(KeyEventArgs).) |
![]() | OnLoaded | |
![]() | OnMouseDown | (Overrides UIElementOnMouseDown(MouseButtonEventArgs).) |
![]() | OnMouseMove | (Overrides UIElementOnMouseMove(MouseEventArgs).) |
![]() | OnMouseUp | (Overrides UIElementOnMouseUp(MouseButtonEventArgs).) |
![]() | OnMouseWheel | (Overrides UIElementOnMouseWheel(MouseWheelEventArgs).) |
![]() | OnRender | (Overrides PanelOnRender(DrawingContext).) |
![]() | OnSharingFrameReceived | |
![]() | OnUnloaded | |
![]() | SetContentSharing |
Sets ContentSharing object for canvas.
ContentSharing object can be set once for ContentSharingCanvas object.
It will be unset automatically after End or EndSucceeded is received from ContentSharing and
canvas will be reseted to initial state.
This method should be called once in a lifetime of ContentSharingCanvas object.
Subsequent calls are no-ops.
|