[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GradientStopCollection1

GradientStopCollection1 Class

ID2D1GradientStopCollection1

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("ae1572f4-5dd0-4777-998b-9279472ae63b")]
public class GradientStopCollection1 : GradientStopCollection, IDisposable, IUnknown

Constructors

Name Description
GradientStopCollection1(IntPtr)

Initializes a new instance of the GradientStopCollection1 class.

Methods

Name Description
Create(DeviceContext, GradientStop[], ColorSpace, ColorSpace, BufferPrecision, ExtendMode, ColorInterpolationMode)

Initializes a new instance of the GradientStopCollection1 class.

GetBufferPrecision()

D2D1_BUFFER_PRECISION ID2D1GradientStopCollection1::GetBufferPrecision()

GetColorInterpolationMode()

D2D1_COLOR_INTERPOLATION_MODE ID2D1GradientStopCollection1::GetColorInterpolationMode()

GetGradientStops1(GradientStop[], int)

void ID2D1GradientStopCollection1::GetGradientStops1([Out, Buffer] D2D1_GRADIENT_STOP* gradientStops,[In] unsigned int gradientStopsCount)

GetPostInterpolationSpace()

D2D1_COLOR_SPACE ID2D1GradientStopCollection1::GetPostInterpolationSpace()

GetPreInterpolationSpace()

D2D1_COLOR_SPACE ID2D1GradientStopCollection1::GetPreInterpolationSpace()

Operators

Name Description
explicit operator GradientStopCollection1(IntPtr)

Performs an explicit conversion from IntPtr to GradientStopCollection1.