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
graphGraphicsThe Graphics object to draw on.
rectRectangleRectangular area of ruler indentation to draw on.
verticalboolIndicates whether indentation has vertical or horizontal direction.
indentBackColorColorSpecifies background color of this
RulerIndent.backColorColorSpecifies background color of
RulerIndentslider.
DrawIndent(Graphics, Rectangle, bool, Color, Color)
public void DrawIndent(Graphics graph, Rectangle rect, bool vertical, Color indentBackColor, Color backColor)