Renders the displayed shapes on the specified System.
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)
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)
Parameter | Description |
---|---|
graphics | Specifies the object of type System. |
position | Specifies the position to draw on the specified System. |
show |
Specifies whether the activated UI elements are rendered on the specified System. |