Group: GDI+ PathGradient Brush - Library: gdiplus
GpStatus WINGDIPAPI GdipSetPathGradientCenterPointI(
GpPathGradient *brush,
GDIPCONST GpPoint* point
)
DECLARE INTEGER GdipSetPathGradientCenterPointI IN gdiplus;
INTEGER brush,;
STRING @point
brush Handle of the brush object.
point A point to be set as the center.
Returns 0 on success.