.
NOTE
GradientFill uses colors of 64 bits, i.e. 16 bits per component (16 bits each for the red, for the green, for the blue and for the alpha), so the type of R, G and B fields in the TRIVERTEX struct are ushort, and not byte.
Performs GDI32 based gradient fills of rectangles and triangles
8/21/2014 6:06:57 PM - -84.229.91.166
.
[DllImport("gdi32.dll", EntryPoint = "GdiGradientFill", ExactSpelling = true)]
.
public static extern bool GradientFill(
.
[DllImport("gdi32.dll", EntryPoint = "GdiGradientFill", ExactSpelling = true)]
.
public static extern bool GradientFill(
.
[DllImport("gdi32.dll", EntryPoint = "GdiGradientFill", ExactSpelling = true)]
.
public static extern bool GradientFill(
.
Declare Function GradientFill Lib "gdi32.dll" (TODO) As TODO
.
The GDI32 .dll does not contain a GradientFill() function. The actual entry point is GdiGradientFill(). That's why the 'EntryPoint ' attribute is present.
TODO - a short description
7/28/2010 2:52:29 PM - anonymous
TODO - a short description
3/16/2007 7:31:57 AM - anfortas.geo@yahoo.com-216.204.61.86
.
Documentation
[GradientFill] on MSDN
.
Summary
Performs GDI32 based gradient fills of rectangles and triangles
8/21/2014 6:06:57 PM - -84.229.91.166
.
Summary
Performs GDI32 based gradient fills of rectangles and triangles
8/21/2014 6:06:57 PM - -84.229.91.166
.
Summary
Performs GDI32 based gradient fills of rectangles and triangles
8/21/2014 6:06:57 PM - -84.229.91.166
.
Summary
Performs GDI32 based gradient fills of rectangles and triangles
8/21/2014 6:06:57 PM - -84.229.91.166
.
Summary
Performs GDI32 based gradient fills of rectangles and triangles
8/21/2014 6:06:57 PM - -84.229.91.166