Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.42 KB

nf-d2d1helper-lineargradientbrushproperties.md

File metadata and controls

73 lines (59 loc) · 2.42 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1helper.LinearGradientBrushProperties
LinearGradientBrushProperties function (d2d1helper.h)
Creates a D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES structure.
LinearGradientBrushProperties
LinearGradientBrushProperties function [Direct2D]
d2d1helper/LinearGradientBrushProperties
direct2d.lineargradientbrushproperties
direct2d\lineargradientbrushproperties.htm
Direct2D
dba59936-2b2d-4a9b-aba4-acb6ff84c037
12/05/2018
LinearGradientBrushProperties, LinearGradientBrushProperties function [Direct2D], d2d1helper/LinearGradientBrushProperties, direct2d.lineargradientbrushproperties
d2d1helper.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
LinearGradientBrushProperties
d2d1helper/LinearGradientBrushProperties
c++
APIRef
kbSyntax
DllExport
D2d1.dll
LinearGradientBrushProperties

LinearGradientBrushProperties function

-description

Creates a D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES structure.

-parameters

-param startPoint [in, ref]

Type: const D2D1_POINT_2F

The start point, in the brush's coordinate space, of the gradient axis.

-param endPoint [in, ref]

Type: const D2D1_POINT_2F

The end point, in the brush's coordinate space, of the gradient axis.

-returns

Type: D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES

A structure that contains the start and end point of the gradient axis for an ID2D1LinearGradientBrush.