Click or drag to resize

ContentSharingCanvas Methods

The ContentSharingCanvas type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears Canvas.
Protected methodOnContentSharingEnded
Protected methodOnContentSharingPaused
Protected methodOnContentSharingResumed
Protected methodOnContentSharingStarted
Protected methodOnCursorReceived
Protected methodOnKeyUp (Overrides UIElementOnKeyUp(KeyEventArgs).)
Protected methodOnLoaded
Protected methodOnMouseDown (Overrides UIElementOnMouseDown(MouseButtonEventArgs).)
Protected methodOnMouseMove (Overrides UIElementOnMouseMove(MouseEventArgs).)
Protected methodOnMouseUp (Overrides UIElementOnMouseUp(MouseButtonEventArgs).)
Protected methodOnMouseWheel (Overrides UIElementOnMouseWheel(MouseWheelEventArgs).)
Protected methodOnRender (Overrides PanelOnRender(DrawingContext).)
Protected methodOnSharingFrameReceived
Protected methodOnUnloaded
Public methodSetContentSharing
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.
Top
See Also