ComponentOne Bitmap for WPF
GetGradientStops Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > GradientStopCollection Class : GetGradientStops Method
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 System.Integer _
) 
public void GetGradientStops( 
   GradientStop[] gradientStops,
   System.int gradientStopsCount
)

Parameters

gradientStops
gradientStopsCount
See Also

Reference

GradientStopCollection Class
GradientStopCollection Members