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 "GRADIENT_" in [All]

gdi32

.

    GRADIENT_FILL dwMode);           // gradient fill mode

.

    GRADIENT_RECT[] pMesh,    // array of gradient rectangles, that each one keeps two indices in pVertex array, to determine its bounds

.

    GRADIENT_FILL dwMode);           // Use either GRADIENT_FILL.RECT_H or GRADIENT_FILL.RECT_V. Using the value GRADIENT_FILL.TRIANGLE is wrong in this overload!

.

    GRADIENT_TRIANGLE[] pMesh, // array of gradient triangles, that each one keeps three indices in pVertex array, to determine its bounds

.

    GRADIENT_FILL dwMode);           // Use only GRADIENT_FILL.TRIANGLE. Both values GRADIENT_FILL.RECT_H and GRADIENT_FILL.RECT_V are wrong in this overload!

.

GRADIENT_RECT

.

GRADIENT_TRIANGLE

.

GRADIENT_FILL

Structures

.

public struct GRADIENT_RECT

.

    public GRADIENT_RECT(uint upLeft, uint lowRight)

.

Public Structure GRADIENT_RECT

.
Documentation
[GRADIENT_RECT] on MSDN
.

public struct GRADIENT_TRIANGLE

.

    public GRADIENT_TRIANGLE(uint vertex1, uint vertex2, uint vertex3)

.

Structure GRADIENT_TRIANGLE

.
Documentation
[GRADIENT_TRIANGLE] on MSDN

Constants

.

  GRADIENT_FILL_RECT_H = 0x00000000,

.

  GRADIENT_FILL_RECT_V = 0x00000001,

.

  GRADIENT_FILL_TRIANGLE = 0x00000002,

.

  GRADIENT_FILL_OP_FLAG = 0x000000ff;

Enums

.

enum GRADIENT_FILL : uint

.

Enum GRADIENT_FILL

.
Documentation
[GRADIENT_FILL] on MSDN

 
Access PInvoke.net directly from VS: