C1.Win.C1DX.4.8 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 System.Integer _
) 
 

Parameters

gradientStops
gradientStopsCount
See Also