ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / GradientStopCollection Class / GetGradientStops Method

In This Topic
    GetGradientStops Method
    In This Topic
    void ID2D1GradientStopCollection::GetGradientStops([Out, Buffer] D2D1_GRADIENT_STOP* gradientStops,[In] unsigned int gradientStopsCount)
    Syntax
    'Declaration
     
    Public Sub GetGradientStops( _
       ByVal gradientStops() As GradientStop, _
       ByVal gradientStopsCount As Integer _
    ) 
    public void GetGradientStops( 
       GradientStop[] gradientStops,
       int gradientStopsCount
    )

    Parameters

    gradientStops
    gradientStopsCount
    See Also