SoGraphicDevice Class |
Abstract base class for graphics device classes.
Namespace: OIV.Inventor.Components
The SoGraphicDevice type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetBestGraphicConfig | Returns the best graphics configuration according to the user's specifications. | |
GetDefaultGraphicConfig | Returns the default graphics configuration. | |
GetGraphicConfig(UInt64) | Returns the n-th of all the graphics configurations supported by this device. | |
GetGraphicConfig(SoGraphicConfigTemplate, UInt64) | Returns the best nth of all the graphics configurations supported by this device and sorted according to the given template. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetNum | Returns the number of the graphics configurations supported by this device. | |
GetNum(SoGraphicConfigTemplate) | Returns the number of the graphics configurations supported by this device and the given template. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is an abstraction of a graphics device, e.g., a printer, a graphics window, or an offscreen buffer. It provides methods to query the supported graphics configurations and to sort them according to a graphics template.