Gets the horizontal resolution of this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
double DpiX { get; set; } |
Visual Basic
Copy Code
|
|---|
Property DpiX As Double |
This property indicates a value, in dots per inch, for the horizontal resolution supported by this IGraphics object.
See Also