_MeasFrameProperties, MeasFrame, MeasFrameColor, MeasFrameProperties, ShowFrame, ToggleFrame
Description
MeasFrame( intFrameLeft
, intFrameTop
, intFrameRight
, intFrameBottom
);
This function defines a measurement frame.
Parameters
See Also
MeasureField, ScanObjects, MaskOn
Description
MeasFrameColor(
int FrameColor
);
Defines the frame color.
See Also
MeasFrame
Interactive command to this function: Measure > Measurement Frame
Description
MeasFrameProperties( intFrameColor
, doubleFrameLineWidth
, intFrameLeft
, intFrameTop
, intFrameRight
, intFrameBottom
);
This function sets the color, line width, position and size of the measurement frame.
Parameters
MeasFrameProperties(RGB(255, 0, 0), 1.0, 100, 100, 200, 200); // red color
See Also
RGB
Description
ShowFrame(
int FrameVisible
);
The function shows or hides the measurement frame.
Parameters
See Also
ShowScale, ShowGraticule
This function runs the Measure > Use Measurement Frame command.
Description
ToggleFrame();
This function displays/hides the measurement frame.
This function runs the Measure > Measurement Frame command.
Description
_MeasFrameProperties();
This function displays the Measurement Frame Properties dialog window.