|
Description
Creates a
PathGradientBrush
object based on a GraphicsPath object.
Syntax
GpStatus WINGDIPAPI
GdipCreatePathGradientFromPath(
GDIPCONST
GpPath* path,
GpPathGradient
**polyGradient
);
PowerBASIC Syntax
DECLARE FUNCTION
GdipCreatePathGradientFromPath ( _
BYVAL path AS
DWORD, _
BYREF
polyGradient AS DWORD _
) AS LONG
Parameters
path
[in] Pointer to a GraphicsPath
object that specifies the boundary path of the path gradient brush.
polyGradient
[out] Pointer to a variable that
receives a pointer to the new PathGradientBrush
object.
|