[]
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)
public GradientStopCollection CreateGradientStopCollection(GradientStop[] gradientStops, int gradientStopsCount, Gamma colorInterpolationGamma, ExtendMode extendMode)
Type | Name | Description |
---|---|---|
GradientStop[] | gradientStops | |
int | gradientStopsCount | |
Gamma | colorInterpolationGamma | |
ExtendMode | extendMode |
Type | Description |
---|---|
GradientStopCollection |