[]
ID2D1GradientStopCollection1
[Guid("ae1572f4-5dd0-4777-998b-9279472ae63b")]
public class GradientStopCollection1 : GradientStopCollection, IDisposable, IUnknown
Name | Description |
---|---|
GradientStopCollection1(IntPtr) | Initializes a new instance of the GradientStopCollection1 class. |
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() |
Name | Description |
---|---|
explicit operator GradientStopCollection1(IntPtr) | Performs an explicit conversion from IntPtr to GradientStopCollection1. |