Using Win32 functions in Visual FoxPro Image Gallery
GDI+ Graphics
..msdn
GdipCreateFromHDC
GdipCreateFromHDC2
GdipCreateFromHWND
GdipDeleteGraphics
GdipDrawImageI
GdipDrawImageRectI
GdipDrawImageRectRectI
GdipDrawLineI
GdipDrawPieI
GdipDrawRectangle
GdipFillPieI
GdipFillRectangle
GdipGetDC
GdipGetDpiX
GdipGetDpiY
GdipGetPageScale
GdipGetPageUnit
GdipReleaseDC
GdipResetWorldTransform
GdipRotateWorldTransform
GdipSetClipRectI
GdipSetPageScale
GdipSetPageUnit
GdipSetTextRenderingHint
GdipSetWorldTransform
GdipTranslateWorldTransform
Code examples:
Custom GDI+ class
GdipGetDpiX
..msdn    Add comment     W32 Constants      Translate this page
Gets the horizontal resolution, in dots per inch, of the display device associated with this Graphics handle.
Code examples:
Custom GDI+ class
Declaration:
 
GpStatus WINGDIPAPI GdipGetDpiX(
    GpGraphics *graphics,
    REAL* dpi
)
 
FoxPro declaration:
 
DECLARE INTEGER GdipGetDpiX IN gdiplus;
    INTEGER graphics,;
    SINGLE @dpi
 
Parameters:
graphics
[in] Handle to the Graphics object.

dpi
[out] The horizontal resolution, in dots per inch, of the display device associated with this Graphics handle.
Return value:
Returns GpStatus value, 0 means success.
My comment:
See also: GdipGetDpiY, GdipGetImageHorizontalResolution, GdipBitmapSetResolution
Word Index links for the GdipGetDpiX :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2009-09-18 13:42:25
Modified: 2009-09-24 12:07:33
Visited in last 7 days: 23
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (23.22.252.150)
47.72 min.Function: 'GetCursorPos'
Function group: 'Cursor'
2.3 hrs.Example: 'Shortcut Menu Class'
 Example: 'Class for sound recording'
 Example: 'How to retrieve list of system DSNs (Data Source Name) with parameters'
5.03 hrs.Function: 'NetGroupEnum'
Function group: 'Network Management'
 Example: 'Displaying dimmed window behind VFP top-level form'
10.02 hrs.Function: 'CeRapiInit'
 Example: 'Terminating all running applications from a VFP program'
 Function: 'RegEnumValue'
12.64 hrs.Example: 'Pocket PC: custom RAPI class for operating with files and folders on mobile device'
Google
Advertise here!