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

GdiGraphics.LogicalHeight Property

Returns height of the drawing surface (in units specified with Unit property).

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

Syntax

Visual Basic
Public ReadOnly Property LogicalHeight As Single
C#
public float LogicalHeight { get; }

Property Value

Height of the drawing surface (in units specified with Unit property).

Remarks

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

This value is measured in units specified with Unit property

See Also

Reference