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)
public GraphicsContainer( int width, int height, float dpiX, float dpiY )
Type: System.Int32
The width of the GraphicsContainer.Type: System.Int32
The height of the GraphicsContainer.Type: System.Single
The horizontal resolution of the GraphicsContainer in DPI.Type: System.Single
The vertical resolution of the GraphicsContainer in DPI.