Search
IGraphics.DpiY Property
See Also
 





Gets the vertical resolution of this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

float DpiY { get; }

Visual Basic  Copy Code

ReadOnly Property DpiY As Single

 Property Value

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

 See Also