Click or drag to resize

RenderDx9Adapter Class

The RenderDx9Adapter class defines the graphic configuration of the computer.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderDx9Adapter

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public sealed class RenderDx9Adapter : IDisposable

The RenderDx9Adapter type exposes the following members.

Properties
  NameDescription
Public propertyBuild
Gets the build identifier from the driver version.
Public propertyDescription
Gets the description of the adapter .
Public propertyDeviceId
Gets the device identifier to identify the type of chip set.
Public propertyDeviceIdentifier
Gets the device identifier. This Guid is a unique identifier for the driver and chip set pair.
Public propertyDeviceName
Gets the name of the device for GDI.
Public propertyDriver
Gets the driver name used by the adapter.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyProduct
Gets the product identifier from driver version.
Public propertyRevision
Gets the revision level of the chip set.
Public propertySubSysId
Gets the sub system identifier to identify the subsystem, typically the particular board.
Public propertySubVersion
Gets the sub version identifier from the driver version.
Public propertyVendorId
Gets the vendor identifier to identify the manufacturer.
Public propertyVersion
Gets the version identifier from the driver version.
Public propertyWHQLLevel
Gets a value indicating the Windows Hardware Quality Labs (WHQL) validation level for this driver and device pair.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderDx9Adapter
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also