Starts the drawing process and returns new Graphics object to perform drawing in it. This Graphics is based on a metafile accessed via BackMetafile property.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public Graphics DrawBegin(
	bool keepPreviousDrawing
)
Visual Basic (Declaration)
Public Function DrawBegin ( _
	keepPreviousDrawing As Boolean _
) As Graphics

Parameters

keepPreviousDrawing
Type: System..::.Boolean
If true that drawing made on a Graphics returned by previous call to this method is being kept, in other case the previous drawing is cleared up.

Return Value

See Also