Click or drag to resize

Screen Class

The screen whose content can be cast.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.CastScreen

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public sealed class Screen

The Screen type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the screen whose content can be cast.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also