 |
|
|  |  |
 |
GdipSetMatrixElements ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets the elements of this matrix. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
GpStatus WINGDIPAPI GdipSetMatrixElements(
GpMatrix *matrix,
REAL m11,
REAL m12,
REAL m21,
REAL m22,
REAL dx,
REAL dy
)
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER GdipSetMatrixElements IN gdiplus;
INTEGER matrix,;
SINGLE m11,;
SINGLE m12,;
SINGLE m21,;
SINGLE m22,;
SINGLE dx,;
SINGLE dy
|
 |  |  | | Parameters: |  | matrix
[in] Handle to a Matrix object.
m11
[in] Real number that specifies the element in the first row, first column.
m12
[in] Real number that specifies the element in the first row, second column.
m21
[in] Real number that specifies the element in the second row, first column.
m22
[in] Real number that specifies the element in the second row, second column.
dx
[in] Real number that specifies the element in the third row, first column.
dy
[in] Real number that specifies the element in the third row, second column.
|
 |  | | Return value: |  | | Returns GpStatus value; 0 means success. |
 |  | | My comment: |  | | See also: GdipGetMatrixElements. |
 |  | | Word Index links for the GdipSetMatrixElements : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2007-03-05 23:07:09 | | Modified: | 2007-03-05 23:13:39 | Visited in last 7 days: 16 |
|
 |
 |
 |
 |
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. |
 |
 |
|
 |