- dpiX
- Represents the DPI along the x-axis.
- dpiY
- Represents the DPI along the y-axis.
Visual Basic (Declaration) | |
---|---|
Public Function ToRectangleF( _ ByVal dpiX As Double, _ ByVal dpiY As Double _ ) As RectangleF |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RectangleF ToRectangleF( double dpiX, double dpiY ) |
C++/CLI | |
---|---|
public: RectangleF ToRectangleF( double dpiX, double dpiY ) |
Parameters
- dpiX
- Represents the DPI along the x-axis.
- dpiY
- Represents the DPI along the y-axis.
For an example, refer to Equals.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family