Click or drag to resize

Dithering Class

This is the interface to dithering settings.
Inheritance Hierarchy

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class Dithering : DocumentOrFreeFloatingBase, 
	IDisposable

The Dithering type exposes the following members.

Constructors
  NameDescription
Public methodDithering
Create a utility object not associated with any document
Public methodDithering(Dithering)
Create a utility object not associated with any document from another object
Top
Properties
  NameDescription
Public propertyEnabled
Public propertyMethod
Public propertyOn Obsolete.
Top
Methods
  NameDescription
Public methodBeginChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodCopyFrom (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).)
Public methodDispose
Releases all resources used by the Dithering
Public methodEndChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
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
See Also