Search
IGraphics.DpiY Property
See Also
 






Gets or sets the vertical resolution of this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

double DpiY { get; set; }

Visual Basic  Copy Code

Property DpiY As Double

 Property Value

A double value.

 See Also