|
|
|
Matrix Functions (GDI+) |
|
A Matrix object represents a 3 ×3 matrix that, in turn, represents an affine transformation. A Matrix object stores only six of the 9 numbers in a 3 ×3 matrix because all 3 ×3 matrices that represent affine transformations have the same third column (0, 0, 1).
Return Values
|
|
GdipCloneMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
cloneMatrix
|
|
GdipCreateMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
|
|
GdipCreateMatrix2 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
m11
m12
m21
m22
dx
dy
matrix
|
|
GdipCreateMatrix3 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
rect
dstplg
matrix
|
|
GdipCreateMatrix3I |
|
Description
Syntax
PowerBASIC Syntax
Parameters
rect
dstplg
matrix
|
|
GdipDeleteMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
|
|
GdipGetMatrixElements |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
matrixOut
|
|
GdipInvertMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
|
|
GdipIsMatrixEqual |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
matrix2
result
|
|
GdipIsMatrixIdentity |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
result
|
|
GdipIsMatrixInvertible |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
result
|
|
GdipMultiplyMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
matrix2
order
|
|
GdipRotateMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
angle
order
|
|
GdipScaleMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
scaleX
scaleY
order
|
|
GdipSetMatrixElements |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
m11
m12
m21
m22
dx
dy
|
|
GdipShearMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
shearX
shearY
order
|
|
GdipTransformMatrixPoints |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
pts
count
|
|
GdipTransformMatrixPointsI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
pts
count
|
|
GdipTranslateMatrix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
offsetX
offsetY
order
|
|
GdipVectorTransformMatrixPoints |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
pts
count
|
|
GdipVectorTransformMatrixPointsI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
matrix
pts
count
|
Page last updated on Monday, 11 December 2006 11:02:01 +0100