RadialGradientBrushProperties function
Creates a D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES structure.
Syntax
D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES RadialGradientBrushProperties( _In_ const D2D1_POINT_2F ¢er, _In_ const D2D1_POINT_2F &gradientOriginOffset, _In_ const FLOAT radiusX, _In_ const FLOAT radiusY );
Parameters
- center [in, ref]
-
Type: const D2D1_POINT_2F
In the brush's coordinate space, the center of the gradient ellipse.
- gradientOriginOffset [in, ref]
-
Type: const D2D1_POINT_2F
In the brush's coordinate space, the offset of the gradient origin relative to the gradient ellipse's center.
- radiusX [in]
-
Type: const FLOAT
In the brush's coordinate space, the x-radius of the gradient ellipse.
- radiusY [in]
-
Type: const FLOAT
In the brush's coordinate space, the y-radius of the gradient ellipse.
Return value
Type: D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES
A structure that contains the gradient origin offset and the size and position of the gradient ellipse for an ID2D1RadialGradientBrush.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|