コード例 #1
0
 public int CreateGradientStopCollection([NativeTypeName("const D2D1_GRADIENT_STOP *")] D2D1_GRADIENT_STOP *gradientStops, [NativeTypeName("UINT32")] uint gradientStopsCount, [NativeTypeName("ID2D1GradientStopCollection **")] ID2D1GradientStopCollection **gradientStopCollection)
 {
     return(CreateGradientStopCollection(gradientStops, gradientStopsCount, D2D1_GAMMA_2_2, D2D1_EXTEND_MODE_CLAMP, gradientStopCollection));
 }
コード例 #2
0
 public int CreateGradientStopCollection([NativeTypeName("const D2D1_GRADIENT_STOP *")] D2D1_GRADIENT_STOP *gradientStops, [NativeTypeName("UINT32")] uint gradientStopsCount, D2D1_GAMMA colorInterpolationGamma, D2D1_EXTEND_MODE extendMode, [NativeTypeName("ID2D1GradientStopCollection **")] ID2D1GradientStopCollection **gradientStopCollection)
 {
     return(((delegate * stdcall <ID2D1BitmapRenderTarget *, D2D1_GRADIENT_STOP *, uint, D2D1_GAMMA, D2D1_EXTEND_MODE, ID2D1GradientStopCollection **, int>)(lpVtbl[9]))((ID2D1BitmapRenderTarget *)Unsafe.AsPointer(ref this), gradientStops, gradientStopsCount, colorInterpolationGamma, extendMode, gradientStopCollection));
 }
コード例 #3
0
 public void GetGradientStopCollection([NativeTypeName("ID2D1GradientStopCollection **")] ID2D1GradientStopCollection **gradientStopCollection)
 {
     ((delegate * unmanaged <ID2D1LinearGradientBrush *, ID2D1GradientStopCollection **, void>)(lpVtbl[12]))((ID2D1LinearGradientBrush *)Unsafe.AsPointer(ref this), gradientStopCollection);
 }
コード例 #4
0
 public void GetGradientStopCollection([NativeTypeName("ID2D1GradientStopCollection **")] ID2D1GradientStopCollection **gradientStopCollection)
 {
     ((delegate * stdcall <ID2D1RadialGradientBrush *, ID2D1GradientStopCollection **, void>)(lpVtbl[16]))((ID2D1RadialGradientBrush *)Unsafe.AsPointer(ref this), gradientStopCollection);
 }
コード例 #5
0
 public void GetGradientStopCollection(ID2D1GradientStopCollection **gradientStopCollection)
 {
     ((delegate * unmanaged <ID2D1RadialGradientBrush *, ID2D1GradientStopCollection **, void>)(lpVtbl[16]))((ID2D1RadialGradientBrush *)Unsafe.AsPointer(ref this), gradientStopCollection);
 }