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

Constants

1: EMR_
.

        EMR_POLYLINE           = 4,

.

        EMR_POLYLINETO         = 6,

.

        EMR_POLYPOLYLINE           = 7,

.

        EMR_POLYLINE16         = 87,

.

        EMR_POLYLINETO16           = 89,

.

        EMR_POLYPOLYLINE16         = 90,

gdi32

.

                                        // POLYLINE

.
Summary
.

static extern bool PolylineTo(IntPtr hdc, POINT [] lppt, uint cCount);

.
Documentation
[PolylineTo] on MSDN
.
Summary
.

static extern bool PolyPolyline(IntPtr hdc, POINT [] lppt,

.
Documentation
[PolyPolyline] on MSDN

 
Access PInvoke.net directly from VS: