ContentSharingStartSharingScreenRegion Method |
Starts sharing of a specified screen region.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void StartSharingScreenRegion(
uint displayId,
uint positionX,
uint positionY,
uint width,
uint height,
ContentSharingContentSharingCompletionHandler completionHandler
)
Parameters
- displayId
- Type: SystemUInt32
Unique ID associated with the screen that is being shared. - positionX
- Type: SystemUInt32
X coordinate of the bottom left corner in pixels. - positionY
- Type: SystemUInt32
Y coordinate of the bottom left corner in pixels. - width
- Type: SystemUInt32
Width of the shared region in pixels. - height
- Type: SystemUInt32
Height of the shared region in pixels. - completionHandler
- Type: Avaya.ClientServicesContentSharingContentSharingCompletionHandler
Completion handler for this operation.
See Also