Graphics.Height Property

Gets a height of the drawing surface (in pixels).

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

Syntax

C#
public int Height { get; }

Property Value

The height of the drawing surface (in pixels).

Remarks

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.

See Also

Reference