TRulerBox
Declaration
TRulerBox = class(TCustomControl);
Description
TRulerBox is a ruler that supports grips and customization. It is used by the
ImageEnProc Previews dialog.

Note: It is not needed for
TImageEnView, which can show rulers by setting
ShowRulers, e.g.
ImageEnView1.ShowRulers := [ rdHorizontal, rdVertical ];
Example
RulerBox1.RulerDir := rdHorizontal;
RulerBox1.ViewMin := 0;
RulerBox1.ViewMax := 1000;
RulerBox1.GripsCount := 2;
Methods and Properties
Properties
Events
See Also
◼ShowRulers