This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.Height Property

Returns height of the drawing surface (in pixels).

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

Syntax

Visual Basic
Public ReadOnly Property Height As Integer
C#
public int Height { get; }

Property Value

Height of the drawing surface (in pixels).

Remarks

If this GdiGraphics is associated with Bitmap, pixel height of this bitmap is returned. If it is associated with device context (DC), it returns DC pixel height.

See Also

Reference