Click or drag to resize

DisplayLayout Class

An instance of this class holds an identifier of one of the supported layouts for a display that is connected to a decoder. It contains also some information about that layout. For getting the display-layouts supported by a certain decoder, use the method GetSupportedDisplayLayouts(Decoder).
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKDisplayLayout

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class DisplayLayout

The DisplayLayout type exposes the following members.

Constructors
 NameDescription
Public methodDisplayLayout Constructor. For internal usage only.
Top
Properties
 NameDescription
Public propertyCameoCount Maximum number of panes available on the decoder video output.
Public propertyDescription Text description of the layout.
Public propertyLayoutID Unique ID for this display layout.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also