RulerManageMouseMove Method |
The application should call this method with 'true' on the mouse down
event that begins a measure operation, then call this method with 'false'
on each mouse move event during the measure operation.
See the medicalRuler example program for more details.
Namespace: OIV.Medical.NodesAssembly: OIV.Medical (in OIV.Medical.dll) Version: 2023.1.3.0.Release.5fd1c1ad27c99c06f73891d4218ee7122fbde35a
Syntax public bool ManageMouseMove(
bool firstClick,
SoOrthoSliceDetail detail
)
Public Function ManageMouseMove (
firstClick As Boolean,
detail As SoOrthoSliceDetail
) As Boolean
public:
bool ManageMouseMove(
bool firstClick,
SoOrthoSliceDetail^ detail
)
member ManageMouseMove :
firstClick : bool *
detail : SoOrthoSliceDetail -> bool
Parameters
- firstClick
- Type: SystemBoolean
- detail
- Type: OIV.VolumeViz.DetailsSoOrthoSliceDetail
Return Value
Type:
BooleanSee Also