Click or drag to resize

Canvas Constructor (Graphics)

Initializes a new instance of a Canvas object specifying a Graphics to draw on.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Canvas(
	Graphics graphics
)

Parameters

graphics
Type: System.DrawingGraphics
The device to draw on.
See Also