Using Win32 functions in Visual FoxPro Image Gallery
GDI+ Image
..msdn
GdipDisposeImage
GdipGetImageFlags
GdipGetImageGraphicsContext
GdipGetImageHeight
GdipGetImageHorizontalResolution
GdipGetImagePalette
GdipGetImagePaletteSize
GdipGetImageRawFormat
GdipGetImageType
GdipGetImageVerticalResolution
GdipGetImageWidth
GdipGetPropertyCount
GdipGetPropertyIdList
GdipGetPropertyItem
GdipGetPropertyItemSize
GdipLoadImageFromFile
GdipRemovePropertyItem
GdipSaveImageToFile
GdipSetImagePalette
GdipSetPropertyItem
Code examples:
Custom GDI+ class
GdipGetImageVerticalResolution
..msdn    Add comment     W32 Constants      Translate this page
Sets the vertical resolution of this image.
Code examples:
Custom GDI+ class
Declaration:
 
GpStatus WINGDIPAPI GdipGetImageVerticalResolution(
    GpImage *image,
    REAL *resolution
)
 
FoxPro declaration:
 
DECLARE INTEGER GdipGetImageVerticalResolution IN gdiplud;
    INTEGER img,;
    SINGLE @resolution
 
Parameters:
img
[in] Handle to Image Object

resolution
[in] Resolution to be set in dots per inch.
Return value:
Returns GpStatus value, 0 means success.
Usage:
 
= GdipGetImageVerticalResolution(THIS.himage, @m.imgvertres)
 
My comment:
See Also: GdipGetImageHorizontalResolution, GdipGetImageHeight, GdipBitmapSetResolution, GdipGetDpiY
Word Index links for the GdipGetImageVerticalResolution :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2009-09-18 12:56:06
Modified: 2009-09-24 12:09:02
Visited in last 7 days: 7
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 (184.73.7.143)
3 sec.Function: 'FileTimeToSystemTime'
27.02 min.Example: 'Testing Transparent Menu Class with top-level form (requires VFP9)'
27.08 min.Function: 'SetTextCharacterExtra'
Function group: 'Font and Text'
1.65 hrs.Function: 'bind'
Function group: 'Windows Sockets 2 (Winsock)'
 Function: 'WTSEnumerateProcesses'
 Example: 'Enumerating network interfaces on the local computer'
1.82 hrs.Function: 'OpenInputDesktop'
2.69 hrs.Example: 'Using the RestartDialog function -- restarting Windows'
 Function: 'StretchBlt'
 Example: 'PocketPC: custom RAPI class for executing routines on remote Windows CE device'
Google
Advertise here!