GumballDisplayConduit
Inheritance Hierarchy
System.Object
Rhino.UI.Gumball.GumballDisplayConduit
Namespace: Rhino.UI.Gumball
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class GumballDisplayConduit : IDisposable
The GumballDisplayConduit type exposes the following members.
Constructors
Name
Description
Public Method
GumballDisplayConduit.
Obsolete.
Initializes a new instance of the GumballDisplayConduit class
Public Method
GumballDisplayConduit(ActiveSpace)
Initializes a new instance of the GumballDisplayConduit class
Properties
Name
Description
Public Property
BaseGumball
Starting location.
Public Property
Enabled
Public Property
Gumball
Public Property
GumballTransform
The gumball transformation is the transformation calculated by comparing the current gumball to the starting BaseGumball.
Public Property
InRelocate
Public Property
PickResult
The initial mouse down event sets PickResult.
Public Property
PreTransform
The pre-transform is a transformation that needs to be applied before the gumball transformation.
Public Property
TotalTransform
The total transformation is GumballTransform * PreTransform.
Methods
Name
Description
Public Method
CheckShiftAndControlKeys
Public Method
Dispose.
Releases all resources used by the GumballDisplayConduit
Protected Method
Dispose(Boolean)
Releases the unmanaged resources used by the GumballDisplayConduit and optionally releases the managed resources
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
(Overrides Object.Finalize..)
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.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
PickGumball
Public Method
SetBaseGumball(GumballObject)
Contents of the gumball are copied to the base gumball of this class.
Public Method
SetBaseGumball(GumballObject, GumballAppearanceSettings)
Contents of the gumball are copied to the base gumball of this class.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public Method
UpdateGumball