Share via


ID2D1LinearGradientBrush::GetGradientStopCollection-Methode (d2d1.h)

Ruft die ID2D1GradientStopCollection ab, die diesem linearen Farbverlaufspinsel zugeordnet ist.

Syntax

void GetGradientStopCollection(
  [out] ID2D1GradientStopCollection **gradientStopCollection
);

Parameter

[out] gradientStopCollection

Typ: ID2D1GradientStopCollection**

Das ID2D1GradientStopCollection-Objekt , das diesem Pinselobjekt für linearen Farbverlauf zugeordnet ist. Dieser Parameter wird nicht initialisiert übergeben.

Rückgabewert

Keine

Bemerkungen

ID2D1GradientStopCollection enthält ein Array von D2D1_GRADIENT_STOP Strukturen und Informationen, z. B. den Erweiterungsmodus und den Farbinterpolationsmodus.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps]
Zielplattform Windows
Kopfzeile d2d1.h
Bibliothek D2d1.lib
DLL D2d1.dll

Weitere Informationen

D2D1_GRADIENT_STOP

ID2D1GradientStopCollection

ID2D1LinearGradientBrush