![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
CalculateDpi Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > ImageDescriptor Class : CalculateDpi Method |
- height
- Image height.
- width
- Image width.
- printHeight
- Image print height.
- printWidth
- Image print width.
Visual Basic (Declaration) | |
---|---|
Public Shared Function CalculateDpi( _ ByVal height As Integer, _ ByVal width As Integer, _ ByVal printHeight As Integer, _ ByVal printWidth As Integer _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim height As Integer Dim width As Integer Dim printHeight As Integer Dim printWidth As Integer Dim value As Integer value = ImageDescriptor.CalculateDpi(height, width, printHeight, printWidth) |
C# | |
---|---|
public static int CalculateDpi( int height, int width, int printHeight, int printWidth ) |
Parameters
- height
- Image height.
- width
- Image width.
- printHeight
- Image print height.
- printWidth
- Image print width.
Return Value
Dpi.This function is not yet implemented. It will throw an exception if used.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family