Pegasus Class Library Help
Device is a class representing a collection of all runtime Pen peoperties.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public class Device
Visual Basic (Declaration)
Public Class Device
Visual C++
public ref class Device

Remarks

Device is a class representing a collection of all runtime Pen peoperties. Some of the properties are read only. Some of the are internal device settings, which can be modified by changing the property value. The Device class is available only at runtime, after connecting to the device. The Device class cannot be created by a programmer. It is available by Device property.

Inheritance Hierarchy

System..::.Object
  Pegasus.Library..::.Device

See Also