Graphics Constructor

Constructor to create an Defines methods for a native system drawing surface encapsulation. object for the target platform.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public Graphics(
	Graphics graphics
)

Parameters

graphics  Graphics
Native drawing surface to encapsulate.

See Also