C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / GradientStopCollection1 Class / GetGradientStops1 Method

In This Topic
GetGradientStops1 Method
In This Topic
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 _
) 
 

Parameters

gradientStops
gradientStopsCount
See Also