Method DrawIndent
DrawIndent(Graphics, Rectangle, bool, Color, Color)
When implemented by a class, draws indentation part of ruler on the specified graphic surface.
void DrawIndent(Graphics graph, Rectangle rect, bool vertical, Color indentBackColor, Color backColor)
Parameters
graph
GraphicsThe Graphics object to draw on.
rect
RectangleRectangular area of ruler indentation to draw on.
vertical
boolIndicates whether indentation has vertical or horizontal direction.
indentBackColor
ColorSpecifies background color of this
RulerIndent
.backColor
ColorSpecifies background color of
RulerIndent
slider.