CreateGradientStopCollection Method
CreateGradientStopCollection(GradientStop[], int, Gamma, ExtendMode)
HRESULT ID2D1RenderTarget::CreateGradientStopCollection([In, Buffer] const D2D1_GRADIENT_STOP* gradientStops,[In] unsigned int gradientStopsCount,[In] D2D1_GAMMA colorInterpolationGamma,[In] D2D1_EXTEND_MODE extendMode,[Out, Fast] ID2D1GradientStopCollection** gradientStopCollection)
Declaration
public GradientStopCollection CreateGradientStopCollection(GradientStop[] gradientStops, int gradientStopsCount, Gamma colorInterpolationGamma, ExtendMode extendMode)
Public Function CreateGradientStopCollection(gradientStops As GradientStop(), gradientStopsCount As Integer, colorInterpolationGamma As Gamma, extendMode As ExtendMode) As GradientStopCollection
Parameters
Returns