ControlData Class

Class that holds data of the Eyeshot control needed by the RenderContextBase class.
Public Class ControlData
This language is not supported or no code example is available.
public class ControlData
This language is not supported or no code example is available.
Name Description
Public constructor ControlData()
Top
Name Description
Public property DefaultMaterial
Public property Static DefaultMaterialShaded For internal use only.
Public property InstanceId For internal use only. Gets the instance id for the logging.
Public property RealAntialiasingSamples Antialiasing samples effectively used.
Public property ShadersHqrMainSwitch
Public property UseShaders
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method IsAntiAliasingEnabled()
Public method Static IsVirtualMachine()
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ResetDefaultMaterial() Resets the default material.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Remarks
 
For internal use only.
devDept.Graphics.ControlData

.NET Framework

Supported in: 4.8

In this article

Definition