[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.RenderTarget.CreateGradientStopCollection

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)
Parameters
Type Name Description
GradientStop[] gradientStops
int gradientStopsCount
Gamma colorInterpolationGamma
ExtendMode extendMode
Returns
Type Description
GradientStopCollection