Dundas Chart for Windows Forms
PrintPaint Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Utilities Namespace > PrintingManager Class : PrintPaint Method


g
Printer graphics.
Printer graphics.
position
Position to draw in the graphics.
Position to draw in the graphics.
Draws chart on the printer graphics.
Draws chart on the printer graphics.

Syntax

Visual Basic (Declaration)  
Public Sub PrintPaint( _
   ByVal g As Graphics, _
   ByVal position As Rectangle _
) 
Visual Basic (Usage) Copy Code
Dim instance As PrintingManager
Dim g As Graphics
Dim position As Rectangle
 
instance.PrintPaint(g, position)
C#  
public void PrintPaint( 
   Graphics g,
   Rectangle position
)

Parameters

g
Printer graphics.
Printer graphics.
position
Position to draw in the graphics.
Position to draw in the graphics.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.