ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / CreateGradientStopCollection Method

In This Topic
    CreateGradientStopCollection Method
    In This Topic
    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)
    Syntax
    'Declaration
     
    Public Function CreateGradientStopCollection( _
       ByVal gradientStops() As GradientStop, _
       ByVal gradientStopsCount As System.Integer, _
       ByVal colorInterpolationGamma As Gamma, _
       ByVal extendMode As ExtendMode _
    ) As GradientStopCollection
    public GradientStopCollection CreateGradientStopCollection( 
       GradientStop[] gradientStops,
       System.int gradientStopsCount,
       Gamma colorInterpolationGamma,
       ExtendMode extendMode
    )

    Parameters

    gradientStops
    gradientStopsCount
    colorInterpolationGamma
    extendMode
    See Also