RegionRestrictedSet(RegionSet) Constructor
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.
Initializes a new instance of the RegionRestrictedSet class.
public RegionRestrictedSet (Microsoft.Media.Drm.RegionSet regionSet);
new Microsoft.Media.Drm.RegionRestrictedSet : Microsoft.Media.Drm.RegionSet -> Microsoft.Media.Drm.RegionRestrictedSet
Public Sub New (regionSet As RegionSet)
Parameters
- regionSet
- RegionSet
The region set from which some regions are to be blacked out.
Exceptions
Thrown if regionSet
is null.