Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies to: desktop apps only
Creates a PathGradientBrush object based on an array of points. Initializes the wrap mode of the path gradient brush.
Syntax
PathGradientBrush(
[in] const PointF *points,
[in] INT count,
[in] WrapMode wrapMode
);
Parameters
points [in]
Type: const PointF*Pointer to an array of points that specifies the boundary path of the path gradient brush.
count [in]
Type: INTInteger that specifies the number of elements in the points array.
wrapMode [in]
Type: WrapModeOptional. Element of the WrapMode enumeration that specifies how areas painted with the path gradient brush will be tiled. The default value is WrapModeClamp.
Requirements
Minimum supported client |
Windows XP, Windows 2000 Professional |
Minimum supported server |
Windows 2000 Server |
Product |
GDI+ 1.0 |
Header |
Gdipluspath.h (include Gdiplus.h) |
Library |
Gdiplus.lib |
DLL |
Gdiplus.dll |
See also
Filling a Shape with a Color Gradient
Send comments about this topic to Microsoft
Build date: 3/6/2012