Share via


RegionSet(Int32, Int32) Constructor

Definition

Initializes a new instance of the RegionSet class.

public RegionSet (int regionSetId, int numberOfRegionsInSet);
new Microsoft.Media.Drm.RegionSet : int * int -> Microsoft.Media.Drm.RegionSet
Public Sub New (regionSetId As Integer, numberOfRegionsInSet As Integer)

Parameters

regionSetId
Int32

The identifier of the RegionSet object.

numberOfRegionsInSet
Int32

The number of regions in the region set.

Exceptions

Thrown if numberOfRegionsInSet is less than one or greater than MaxValue.

Applies to