|
Description
Transforms this region by multiplying each of
its data points by a specified matrix.
Syntax
GpStatus WINGDIPAPI GdipTransformRegion(
GpRegion
*region,
GpMatrix *matrix
);
PowerBASIC Syntax
DECLARE FUNCTION GdipTransformRegion ( _
BYVAL region AS
DWORD, _
BYVAL matrix AS
DWORD _
) AS LONG
Parameters
region
[in] Pointer to the
Region
object.
matrix
[in] Pointer to a matrix that specifies the
transformation.
|