Search
IGraphics.DpiY Property
See Also
 





Gets the vertical resolution of this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

double DpiY { get; set; }

Visual Basic  Copy Code

Property DpiY As Double

 Property Value

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

 See Also