Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 858 Bytes

GdipSetPathGradientCenterPointI.md

File metadata and controls

46 lines (32 loc) · 858 Bytes

Home

Function name : GdipSetPathGradientCenterPointI

Group: GDI+ PathGradient Brush - Library: gdiplus


Sets the center point of this path gradient brush.


Code examples:

GDI+: creating a gradient

Declaration:

GpStatus WINGDIPAPI GdipSetPathGradientCenterPointI(
	GpPathGradient *brush,
	GDIPCONST GpPoint* point
)  

FoxPro declaration:

DECLARE INTEGER GdipSetPathGradientCenterPointI IN gdiplus;
	INTEGER brush,;
	STRING @point  

Parameters:

brush Handle of the brush object.

point A point to be set as the center.


Return value:

Returns 0 on success.