|
Description
Sets the transformation matrix of this linear
gradient brush.
Syntax
GpStatus WINGDIPAPI GdipSetLineTransform(
GpLineGradient
*brush,
GDIPCONST
GpMatrix *matrix
);
PowerBASIC Syntax
DECLARE FUNCTION GdipSetLineTransform ( _
BYVAL brush AS
DWORD, _
BYVAL matrix AS
DWORD _
) AS LONG
Parameters
brush
[in] Pointer to the
LinearGradientBrush
object.
matrix
[in] Pointer to a
Matrix
object that specifies the transformation matrix.
|