Renders the displayed shapes on the specified System.Drawing.Graphics object.

PrintPaint(System.Drawing.Graphics, System.Drawing.Rectangle)

public void PrintPaint(System.Drawing.Graphics graphics, System.Drawing.Rectangle position);

PrintPaint(System.Drawing.Graphics, System.Drawing.Rectangle, Bool)

public void PrintPaint(System.Drawing.Graphics graphics, System.Drawing.Rectangle position, bool showUIElements);

Parameters

Parameter Description
graphics Specifies the object of type System.Drawing.Graphics the displayed shapes are rendered to.
position Specifies the position to draw on the specified System.Drawing.Graphics object.
showUIElements Specifies whether the activated UI elements are rendered on the specified System.Drawing.Graphics object or not.