Esempio n. 1
0
 public static extern GpStatus GdipSetLineSigmaBlend(GpLineGradient brush, float focus, float scale);
Esempio n. 2
0
GdipMultiplyLineTransform(GpLineGradient brush, GpMatrix matrix,
                            MatrixOrder order);
Esempio n. 3
0
GdipScaleLineTransform(GpLineGradient brush, float sx, float sy,
                            MatrixOrder order);
Esempio n. 4
0
GdipGetLineWrapMode(GpLineGradient brush, out WrapMode wrapmode);
Esempio n. 5
0
GdipSetLineTransform(GpLineGradient brush, GpMatrix matrix);
Esempio n. 6
0
GdipSetLinePresetBlend(GpLineGradient brush, int[] blend,
                       float[] positions, int count);
Esempio n. 7
0
GdipSetLineLinearBlend(GpLineGradient brush, float focus, float scale);
Esempio n. 8
0
 public static extern GpStatus GdipCreateLineBrushI(ref GpPoint point1,
              ref GpPoint point2,
              int color1, int color2,
              WrapMode wrapMode,
              out GpLineGradient lineGradient);
Esempio n. 9
0
GdipCreateLineBrushI(ref GpPoint point1,
                     ref GpPoint point2,
                     int color1, int color2,
                     WrapMode wrapMode,
                     out GpLineGradient lineGradient);
Esempio n. 10
0
 public static extern GpStatus GdipCreateLineBrushFromRectI(ref GpRect rect,
                      int color1, int color2,
                      LinearGradientMode mode,
                      WrapMode wrapMode,
                      out GpLineGradient lineGradient);
Esempio n. 11
0
 public static extern GpStatus GdipCreateLineBrushFromRectWithAngle(ref GpRectF rect,
                              int color1, int color2,
                              float angle,
                              bool isAngleScalable,
                              WrapMode wrapMode,
                              out GpLineGradient lineGradient);
Esempio n. 12
0
 public static extern GpStatus GdipTranslateLineTransform(GpLineGradient brush, float dx, float dy,
                     MatrixOrder order);
Esempio n. 13
0
 public static extern GpStatus GdipSetLineWrapMode(GpLineGradient brush, WrapMode wrapmode);
Esempio n. 14
0
 public static extern GpStatus GdipSetLineTransform(GpLineGradient brush, GpMatrix matrix);
Esempio n. 15
0
GdipGetLineBlend(GpLineGradient brush, float[] blendfactors, float[] positions,
                 int count);
Esempio n. 16
0
GdipCreateLineBrushFromRectI(ref GpRect rect,
                             int color1, int color2,
                             LinearGradientMode mode,
                             WrapMode wrapMode,
                             out GpLineGradient lineGradient);
Esempio n. 17
0
GdipGetLinePresetBlendCount(GpLineGradient brush, out int count);
Esempio n. 18
0
GdipCreateLineBrushFromRectWithAngleI(ref GpRect rect,
                                     int color1, int color2,
                                     float angle,
                                     bool isAngleScalable,
                                     WrapMode wrapMode,
                                     out GpLineGradient lineGradient);
Esempio n. 19
0
GdipSetLineSigmaBlend(GpLineGradient brush, float focus, float scale);
Esempio n. 20
0
GdipSetLineColors(GpLineGradient brush, int color1, int color2);
Esempio n. 21
0
GdipSetLineWrapMode(GpLineGradient brush, WrapMode wrapmode);
Esempio n. 22
0
GdipGetLineColors(GpLineGradient brush, int[] colors);
Esempio n. 23
0
GdipGetLineTransform(GpLineGradient brush, out GpMatrix matrix);
Esempio n. 24
0
GdipGetLineRectI(GpLineGradient brush, out GpRect rect);
Esempio n. 25
0
GdipResetLineTransform(GpLineGradient brush);
Esempio n. 26
0
GdipSetLineGammaCorrection(GpLineGradient brush, bool useGammaCorrection);
Esempio n. 27
0
GdipTranslateLineTransform(GpLineGradient brush, float dx, float dy,
                            MatrixOrder order);
Esempio n. 28
0
GdipGetLineGammaCorrection(GpLineGradient brush, out bool useGammaCorrection);
Esempio n. 29
0
GdipRotateLineTransform(GpLineGradient brush, float angle, 
                        MatrixOrder order);
Esempio n. 30
0
 public static extern GpStatus GdipSetLinePresetBlend(GpLineGradient brush, int[] blend,
                float[] positions, int count);