Click or drag to resize
Magnifier Fields

The Magnifier type exposes the following members.

Fields
  NameDescription
Public fieldfinishCB Obsolete.
Use FinishDragging event instead. FinishCB delegate invocation list
(Inherited from SoDragger.)
Public fieldmagnifierColor
Specifies the color of the border around the magnifier. Default is 0,0.6,0 (green).
Public fieldmagnifierFactor
Specifies the magnification factor. Default is 50. Technically speaking this field specifies the value to set in the height field of the magnifier's camera.
Public fieldmotionCB Obsolete.
Use MouseMove event instead. MotionCB delegate invocation list
(Inherited from SoDragger.)
Public fieldsceneToMagnify
Specifies the root node of the scene that will be magnified. Default is NULL.
Public fieldstartCB Obsolete.
Use StartDragging event instead. StartCB delegate the invocation list
(Inherited from SoDragger.)
Public fieldvalueChangedCB Obsolete.
Use ValueChanged event instead. ValueChangedCB delegate list.
(Inherited from SoDragger.)
Top
See Also