Using Win32 functions in Visual FoxPro Image Gallery
GDI+ Matrix
GdipCreateMatrix
GdipCreateMatrix2
GdipDeleteMatrix
GdipGetMatrixElements
GdipInvertMatrix
GdipRotateMatrix
GdipScaleMatrix
GdipSetMatrixElements
GdipShearMatrix
GdipTranslateMatrix
Code examples:
Custom GDI+ class
GDI+: Using Scale and Shear transformations
GdipTranslateMatrix
..msdn    Add comment     W32 Constants      Translate this page
Updates this matrix with the product of itself and a translation matrix.
Code examples:
Custom GDI+ class
GDI+: Using Scale and Shear transformations
Declaration:
 
GpStatus WINGDIPAPI GdipTranslateMatrix(
    GpMatrix *matrix,
    REAL offsetX,
    REAL offsetY,
    GpMatrixOrder order
)
 
 
FoxPro declaration:
 
DECLARE INTEGER GdipTranslateMatrix IN gdiplus;
    INTEGER matrix,;
    SINGLE  offsetX,;
    SINGLE  offsetY,;
    INTEGER ord
 
 
Parameters:
matrix
[in] Handle to the Matrix object.

offsetX
[in] Real number that specifies the horizontal component of the translation.

offsetY
[in] Real number that specifies the vertical component of the translation.

order
[in] Element of the MatrixOrder enumeration that specifies the order of the multiplication.
Return value:
Returns GpStatus value, 0 means success.
Word Index links for the GdipTranslateMatrix :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2005-02-19 10:10:40
Modified: 2005-02-19 10:13:35
Visited in last 7 days: 16
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 (72.44.48.122)
3 sec.Function: 'WTSSendMessage'
7.47 min.Example: 'Obtaining some properties for the Windows desktop using the GetWindowPlacement function'
7.53 min.Example: 'GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file'
48.53 min.Function: 'SetWaitableTimer'
48.57 min.
48.63 min.Example: 'How to hot-track menu item selection in top-level form (requires VFP9)'
1.51 hrs.Example: 'How to fill a buffer with random bytes using Cryptography API Functions'
 Function: 'WaitForSingleObject'
 Example: 'How to delete all print jobs for a printer'
2.44 hrs.Example: 'Enumerating print jobs and retrieving information for default printer (JOB_INFO_1 structures)'
Google
Advertise here!