Stores region configuration information. More...
Public Member Functions | |
RegionConfiguration (RegionConfiguration other) | |
Creates a copy of an existing configuration object. More... | |
RegionConfiguration () | |
Creates a configuration object with default values. More... | |
Properties | |
string | Name = "" [get, set] |
Region name. More... | |
float | Top = 0 [get, set] |
Region top (normalized). More... | |
float | Left = 0 [get, set] |
Region left (normalized). More... | |
float | Width = 0 [get, set] |
Region width (normalized). More... | |
float | Height = 0 [get, set] |
Region height (normalized). More... | |
float | MinimumRequiredFaceSize = 0 [get, set] |
Minimum required face Size (normalized). More... | |
Stores region configuration information.
RealNetworks.ArgusKit.RegionConfiguration.RegionConfiguration | ( | RegionConfiguration | other | ) |
Creates a copy of an existing configuration object.
other | the existing configuration object |
RealNetworks.ArgusKit.RegionConfiguration.RegionConfiguration | ( | ) |
Creates a configuration object with default values.
|
getset |
Region height (normalized).
|
getset |
Region left (normalized).
|
getset |
Minimum required face Size (normalized).
|
getset |
Region name.
|
getset |
Region top (normalized).
|
getset |
Region width (normalized).