ID2D1LinearGradientBrush::SetStartPoint method (d2d1.h)

Sets the starting coordinates of the linear gradient in the brush's coordinate space.

Syntax

void SetStartPoint(
  D2D1_POINT_2F startPoint
);

Parameters

startPoint

Type: D2D1_POINT_2F

The starting two-dimensional coordinates of the linear gradient, in the brush's coordinate space.

Return value

None

Remarks

The start point and end point are described in the brush's space and are mapped to the render target when the brush is used. If there is a non-identity brush transform or render target transform, the brush's start point and end point are also transformed.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1.h
Library D2d1.lib
DLL D2d1.dll

See also

ID2D1LinearGradientBrush