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);
Public Sub PrintPaint(ByVal graphics As System.Drawing.Graphics, ByVal position As System.Drawing.Rectangle)

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

public void PrintPaint(System.Drawing.Graphics graphics, System.Drawing.Rectangle position, bool showUIElements);
Public Sub PrintPaint(ByVal graphics As System.Drawing.Graphics, ByVal position As System.Drawing.Rectangle, ByVal showUIElements As Boolean)

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.