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

Structures

.

public struct TRIVERTEX

.

    public TRIVERTEX(int x, int y, ushort red, ushort green, ushort blue, ushort alpha)

.

Structure TRIVERTEX

.
Documentation
[TRIVERTEX] on MSDN

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

    TRIVERTEX[] pVertex,    // array of vertices

.

    TRIVERTEX[] pVertex,    // array of vertices

.

TRIVERTEX


 
Access PInvoke.net directly from VS: