Click or drag to resize
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.Nodes
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 10.3.0.0.Release.0bba99a3ad7bbd8ed1b11ff7884e57eb6cd0c3df
Syntax
public bool ManageMouseMove(
	bool firstClick,
	SoOrthoSliceDetail detail
)

Parameters

firstClick
Type: SystemBoolean
detail
Type: OIV.VolumeViz.DetailsSoOrthoSliceDetail

Return Value

Type: Boolean
See Also