ID2D1GradientStopCollection1.GetGradientStops1

<summary> Copies the gradient stops from the collection into the caller's memory. If this object was created using ID2D1DeviceContext::CreateGradientStopCollection, this method returns the same values as were specified in the creation method. If this object was created using ID2D1RenderTarget::CreateGradientStopCollection, the stops returned here will first be transformed into the gamma space specified by the colorInterpolationGamma parameter. </summary>

interface ID2D1GradientStopCollection1
extern (Windows)
void
GetGradientStops1
const
(
D2D1_GRADIENT_STOP* gradientStops
,
)

Meta