DesktopRegion Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DesktopRegion(Int32, Int32) | |
DesktopRegion(Int32, Int32, Int32, Int32) |
DesktopRegion(Int32, Int32)
public:
DesktopRegion(int width, int height);
public DesktopRegion (int width, int height);
new Microsoft.Rtc.Internal.Collaboration.ApplicationSharing.Media.DesktopRegion : int * int -> Microsoft.Rtc.Internal.Collaboration.ApplicationSharing.Media.DesktopRegion
Public Sub New (width As Integer, height As Integer)
Parameters
- width
- Int32
- height
- Int32
Applies to
DesktopRegion(Int32, Int32, Int32, Int32)
public:
DesktopRegion(int xCoordinate, int yCoordinate, int width, int height);
public DesktopRegion (int xCoordinate, int yCoordinate, int width, int height);
new Microsoft.Rtc.Internal.Collaboration.ApplicationSharing.Media.DesktopRegion : int * int * int * int -> Microsoft.Rtc.Internal.Collaboration.ApplicationSharing.Media.DesktopRegion
Public Sub New (xCoordinate As Integer, yCoordinate As Integer, width As Integer, height As Integer)
Parameters
- xCoordinate
- Int32
- yCoordinate
- Int32
- width
- Int32
- height
- Int32