Dithering Class

Dithering Class

This is the interface to linear workflow settings.
Inheritance Hierarchy

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class Dithering : DocumentOrFreeFloatingBase
Public NotInheritable Class Dithering
	Inherits DocumentOrFreeFloatingBase

The Dithering type exposes the following members.

Constructors
  NameDescription
Public methodDithering
Create an utility object not associated with any document
Public methodDithering(Dithering)
Create an utility object not associated with any document from another object
Top
Properties
  NameDescription
Public propertyMethod
Top
Methods
  NameDescription
Public methodBeginChange
Call this function before making any change to this object (calling a setter) otherwise undo will not work correctly. Calls to BeginChange must be paired with a call to EndChange.
(Inherited from DocumentOrFreeFloatingBase.)
Public methodCopyFrom (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).)
Public methodEndChange
See BeginChange
(Inherited from DocumentOrFreeFloatingBase.)
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

Rhino for Windows

Supported in: 6.14
See Also