RBSetMillimeterΒΆ

RBSetMillimeter displays a millimeter grid in the rect object. The gridlines are drawn with the edge pen.

bool = RBSetMillimeter(hRB, bShow)

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.

id-1240445