Gets a width of the drawing surface (in pixels).
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public int Width { get; }
If this Graphics is associated with a Bitmap, pixel width of this bitmap is returned. If it is associated with device context (DC), it returns DC pixel width.