ComponentOne Bitmap for WPF
GetGradientStops1 Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > GradientStopCollection1 Class : GetGradientStops1 Method
void ID2D1GradientStopCollection1::GetGradientStops1([Out, Buffer] D2D1_GRADIENT_STOP* gradientStops,[In] unsigned int gradientStopsCount)
Syntax
'Declaration
 
Public Sub GetGradientStops1( _
   ByVal gradientStops() As GradientStop, _
   ByVal gradientStopsCount As System.Integer _
) 
public void GetGradientStops1( 
   GradientStop[] gradientStops,
   System.int gradientStopsCount
)

Parameters

gradientStops
gradientStopsCount
See Also

Reference

GradientStopCollection1 Class
GradientStopCollection1 Members