GraphicsContainer Constructor (Int32, Int32, Single, Single)

Initializes a new instance of the GraphicsContainer class with the given width, height, and resolution.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public GraphicsContainer(
	int width,
	int height,
	float dpiX,
	float dpiY
)

Parameters

width

Type: System.Int32

The width of the GraphicsContainer.
height

Type: System.Int32

The height of the GraphicsContainer.
dpiX

Type: System.Single

The horizontal resolution of the GraphicsContainer in DPI.
dpiY

Type: System.Single

The vertical resolution of the GraphicsContainer in DPI.

See Also

Reference