Method DrawIndent
DrawIndent(Graphics, Rectangle, bool, Color, Color)
Draws indentation part of ruler on the specified graphic surface.
public 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.