示例#1
0
 internal static extern GpStatus GdipSetLineWrapMode(GpLineGradient brush, WrapMode wrapmode);
示例#2
0
 internal static extern GpStatus GdipSetLinePresetBlend(GpLineGradient brush, int[] blend,
     float[] positions, int count);
示例#3
0
 internal static extern GpStatus GdipSetLineSigmaBlend(GpLineGradient brush, float focus, float scale);
示例#4
0
 internal static extern GpStatus GdipResetLineTransform(GpLineGradient brush);
示例#5
0
 internal static extern GpStatus GdipScaleLineTransform(GpLineGradient brush, float sx, float sy,
     MatrixOrder order);
示例#6
0
文件: Brushes.cs 项目: windygu/haina
 GdipGetLineColors(GpLineGradient brush, int[] colors);
示例#7
0
 internal static extern GpStatus GdipGetLineRectI(GpLineGradient brush, out Rectangle rect);
示例#8
0
文件: Brushes.cs 项目: windygu/haina
 GdipSetLinePresetBlend(GpLineGradient brush, int[] blend,
                        float[] positions, int count);
示例#9
0
文件: Brushes.cs 项目: windygu/haina
 GdipSetLineSigmaBlend(GpLineGradient brush, float focus, float scale);
示例#10
0
文件: Brushes.cs 项目: windygu/haina
 GdipGetLineBlend(GpLineGradient brush, float[] blendfactors, float[] positions,
                  int count);
示例#11
0
文件: Brushes.cs 项目: windygu/haina
 GdipGetLinePresetBlendCount(GpLineGradient brush, out int count);
示例#12
0
文件: Brushes.cs 项目: windygu/haina
 GdipGetLineGammaCorrection(GpLineGradient brush, out bool useGammaCorrection);
示例#13
0
文件: Brushes.cs 项目: windygu/haina
 GdipSetLineGammaCorrection(GpLineGradient brush, bool useGammaCorrection);
示例#14
0
文件: Brushes.cs 项目: windygu/haina
 GdipGetLineRectI(GpLineGradient brush, out Rectangle rect);
示例#15
0
 internal static extern GpStatus GdipGetLineBlend(GpLineGradient brush, float[] blendfactors, float[] positions,
     int count);
示例#16
0
文件: Brushes.cs 项目: windygu/haina
 GdipSetLineLinearBlend(GpLineGradient brush, float focus, float scale);
示例#17
0
 internal static extern GpStatus GdipGetLineColors(GpLineGradient brush, int[] colors);
示例#18
0
文件: Brushes.cs 项目: windygu/haina
 GdipSetLineWrapMode(GpLineGradient brush, WrapMode wrapmode);
示例#19
0
文件: Brushes.cs 项目: windygu/haina
 GdipCreateLineBrush(ref PointF point1,
                     ref PointF point2,
                     int color1, int color2,
                     WrapMode wrapMode,
                     out GpLineGradient lineGradient);
示例#20
0
文件: Brushes.cs 项目: windygu/haina
 GdipGetLineWrapMode(GpLineGradient brush, out WrapMode wrapmode);
示例#21
0
 internal static extern GpStatus GdipMultiplyLineTransform(GpLineGradient brush, GpMatrix matrix,
     MatrixOrder order);
示例#22
0
文件: Brushes.cs 项目: windygu/haina
 GdipGetLineTransform(GpLineGradient brush, out GpMatrix matrix);
示例#23
0
 internal static extern GpStatus GdipRotateLineTransform(GpLineGradient brush, float angle,
     MatrixOrder order);
示例#24
0
文件: Brushes.cs 项目: windygu/haina
 GdipSetLineTransform(GpLineGradient brush, GpMatrix matrix);
示例#25
0
 internal static extern GpStatus GdipSetLineColors(GpLineGradient brush, int color1, int color2);
示例#26
0
文件: Brushes.cs 项目: windygu/haina
 GdipResetLineTransform(GpLineGradient brush);
示例#27
0
 internal static extern GpStatus GdipCreateLineBrushI(ref Point point1,
     ref Point point2,
     int color1, int color2,
     WrapMode wrapMode,
     out GpLineGradient lineGradient);
示例#28
0
文件: Brushes.cs 项目: windygu/haina
 GdipMultiplyLineTransform(GpLineGradient brush, GpMatrix matrix,
                           MatrixOrder order);
示例#29
0
 internal static extern GpStatus GdipSetLineTransform(GpLineGradient brush, GpMatrix matrix);
示例#30
0
文件: Brushes.cs 项目: windygu/haina
 GdipTranslateLineTransform(GpLineGradient brush, float dx, float dy,
                            MatrixOrder order);
示例#31
0
 internal static extern GpStatus GdipTranslateLineTransform(GpLineGradient brush, float dx, float dy,
     MatrixOrder order);
示例#32
0
文件: Brushes.cs 项目: windygu/haina
 GdipScaleLineTransform(GpLineGradient brush, float sx, float sy,
                        MatrixOrder order);
示例#33
0
 internal static extern GpStatus GdipGetLineBlendCount(GpLineGradient brush, out int count);
示例#34
0
文件: Brushes.cs 项目: windygu/haina
 GdipRotateLineTransform(GpLineGradient brush, float angle,
                         MatrixOrder order);
示例#35
0
 internal static extern GpStatus GdipGetLineGammaCorrection(GpLineGradient brush, out bool useGammaCorrection);
示例#36
0
文件: Brushes.cs 项目: windygu/haina
 GdipSetLineColors(GpLineGradient brush, int color1, int color2);