Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GradientFill" in [All]

gdi32

.
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.
.

[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.

.
Documentation
[GradientFill] on MSDN

Structures

.
Summary
.
Summary
.
Summary

Enums

.
Summary

Constants

6: EMR_
.

        EMR_GRADIENTFILL           =118,

.
Summary

 
Access PInvoke.net directly from VS: