Ejemplo n.º 1
0
GdipGetPathGradientCenterColor(
                        GpPathGradient brush, out int color);
Ejemplo n.º 2
0
GdipScalePathGradientTransform(GpPathGradient brush, float sx, float sy,
                               MatrixOrder order);
Ejemplo n.º 3
0
GdipGetPathGradientFocusScales(GpPathGradient brush, out float xScale, 
                               out float yScale);
Ejemplo n.º 4
0
GdipSetPathGradientTransform(GpPathGradient brush,
                                          GpMatrix matrix);
Ejemplo n.º 5
0
GdipMultiplyPathGradientTransform(GpPathGradient brush, 
                                  GpMatrix matrix,
                                  MatrixOrder order);
Ejemplo n.º 6
0
GdipSetPathGradientLinearBlend(GpPathGradient brush, float focus, float scale);
Ejemplo n.º 7
0
GdipSetPathGradientWrapMode(GpPathGradient brush,
                                         WrapMode wrapmode);
Ejemplo n.º 8
0
GdipGetPathGradientCenterPointI(
                        GpPathGradient brush, out GpPoint points);
Ejemplo n.º 9
0
GdipSetPathGradientCenterPointI(
                        GpPathGradient brush, ref GpPoint point);
Ejemplo n.º 10
0
GdipGetPathGradientPath(GpPathGradient brush, out GpPath path);
Ejemplo n.º 11
0
GdipSetPathGradientPath(GpPathGradient brush, GpPath path);
Ejemplo n.º 12
0
GdipSetPathGradientSurroundColorsWithCount(
                        GpPathGradient brush,
                        int[] color, ref int count);
Ejemplo n.º 13
0
GdipGetPathGradientSurroundColorsWithCount(
                        GpPathGradient brush, int[] color, out int count);
Ejemplo n.º 14
0
GdipSetPathGradientCenterColor(
                        GpPathGradient brush, int colors);
Ejemplo n.º 15
0
GdipSetPathGradientPresetBlend(GpPathGradient brush, int[] blend,
                                        float[] positions, int count);
Ejemplo n.º 16
0
GdipGetPathGradientRectI(GpPathGradient brush, out GpRect rect);
Ejemplo n.º 17
0
GdipSetPathGradientSigmaBlend(GpPathGradient brush, float focus, float scale);
Ejemplo n.º 18
0
GdipGetPathGradientPointCount(GpPathGradient brush, out int count);
Ejemplo n.º 19
0
GdipGetPathGradientWrapMode(GpPathGradient brush,
                                         out WrapMode wrapmode);
Ejemplo n.º 20
0
GdipGetPathGradientSurroundColorCount(GpPathGradient brush, out int count);
Ejemplo n.º 21
0
GdipGetPathGradientTransform(GpPathGradient brush,
                                          out GpMatrix matrix);
Ejemplo n.º 22
0
GdipSetPathGradientGammaCorrection(GpPathGradient brush, 
                                   bool useGammaCorrection);
Ejemplo n.º 23
0
GdipResetPathGradientTransform(GpPathGradient brush);
Ejemplo n.º 24
0
GdipGetPathGradientGammaCorrection(GpPathGradient brush, 
                                   out bool useGammaCorrection);
Ejemplo n.º 25
0
GdipTranslatePathGradientTransform(GpPathGradient brush, float dx, float dy,
                                   MatrixOrder order);
Ejemplo n.º 26
0
GdipGetPathGradientBlend(GpPathGradient brush,
                                    float[] blend, float[] positions, int count);
Ejemplo n.º 27
0
GdipRotatePathGradientTransform(GpPathGradient brush, float angle,
                                MatrixOrder order);
Ejemplo n.º 28
0
GdipGetPathGradientPresetBlendCount(GpPathGradient brush, out int count);
Ejemplo n.º 29
0
GdipSetPathGradientFocusScales(GpPathGradient brush, float xScale, 
                               float yScale);
Ejemplo n.º 30
0
GdipCreatePathGradientFromPath(GpPath path,
                                    out GpPathGradient polyGradient);