Charting for WinForms Programmer's Guide
GdiGraphics.DpiY Property
See Also
 






Gets the vertical resolution of this GdiGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual float DpiY { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property DpiY As Single

 Property Value

This property indicates a value, in dots per inch, for the vertical resolution supported by this GdiGraphics object.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace