WebPlanner Programmer's Guide

GdiGraphics.DpiX Property

See Also
 


Gets the horizontal resolution of this GdiGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual float DpiX { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property DpiX As Single

 Property Value

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

 See Also