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