RBSetMillimeterExΒΆ

RBSetMillimeterEx displays a millimeter grid in the rectangle object. The gridlines are drawn with the edge pen.

bool = RBSetMillimeterEx(hRB, bShow, bShowMillimeterlines, rsWidth_mm, rsHeight_mm)

Return Value

bool is TRUE (1) if the function was successful and otherwise FALSE (0).

Parameters

hRB

hRB is the handle of an object created by the RBCreate function.

bShow

If bShow is TRUE (1) the rectangle is filled with a millimeter grid.

bShowMillimeterlines

If bShowMillimeterlines is TRUE (1), the millimeter lines are plotted.

rsWidth_mm

Sets the horizontal distance in millimeters of the main lines.

rsHeight_mm

Sets the vertical distance in millimeters of the main lines.

History

Version Description
4.2.0 New

id-298320