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
GdipGetDpiY
..msdn    Add comment     W32 Constants      Translate this page
Gets the vertical resolution, in dots per inch, of the display device associated with this Graphics handle.
Code examples:
Custom GDI+ class
Declaration:
 
GpStatus WINGDIPAPI GdipGetDpiY(
    GpGraphics *graphics,
    REAL* dpi
)
 
FoxPro declaration:
 
DECLARE INTEGER GdipGetDpiY IN gdiplus;
    INTEGER graphics,;
    SINGLE @dpi
 
Parameters:
graphics
[in] Handle to the Graphics object.

dpi
[out] The vertical 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: GdipGetDpiX, GdipGetImageVerticalResolution, GdipBitmapSetResolution
Word Index links for the GdipGetDpiY :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2009-09-18 13:45:33
Modified: 2009-09-24 12:07:45
Visited in last 7 days: 10
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 (50.16.17.90)
3 sec.Example: 'Displaying bitmap using the AlphaBlend function'
1.16 hrs.Example: 'Creating the Save dialog box to specify the drive, directory, and name of a file to save'
2.2 hrs.Example: 'How to view system icons for the classes installed on the local machine'
 Function: 'LockWorkStation'
3.38 hrs.Function: 'CryptGetHashParam'
Function group: 'Cryptography Reference'
11.67 hrs.Example: 'Obtaining names of local and global groups for current user (WinNT/XP/2K)'
 Function: 'GetMenuItemID'
Function group: 'Menu'
11.68 hrs.Example: 'Obtaining I/O counts for the current process'
12.14 hrs.Example: 'GDI+: how to make VFP controls visually shake and shudder'
14.17 hrs.Example: 'How to create non-blocking Winsock server'
Language: 'C++'
Google
Advertise here!