Share via


ID2D1RadialGradientBrush::GetGradientStopCollection-Methode (d2d1.h)

Ruft die ID2D1GradientStopCollection ab, die diesem Pinselobjekt für radialen Farbverlauf zugeordnet ist.

Syntax

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

Parameter

[out] gradientStopCollection

Typ: ID2D1GradientStopCollection**

Das ID2D1GradientStopCollection-Objekt , das diesem linearen Farbverlaufspinselobjekt zugeordnet ist. Dieser Parameter wird nicht initialisiert übergeben.

Rückgabewert

Keine

Bemerkungen

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

Anforderungen

   
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

ID2D1RadialGradientBrush