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

Constants

1: EMR_
.

        EMR_POLYLINETO         = 6,

.

        EMR_LINETO             = 54,

.

        EMR_POLYLINETO16           = 89,

.

        public const int LineTooLong = 2149;

gdi32

.

    LineTo(pDC, end.X, end.Y);

.
Summary
.

static extern bool LineTo(IntPtr hdc, int nXEnd, int nYEnd);

.

    LineTo(pDC, end.X, end.Y);

.
Documentation
[LineTo] on MSDN
.

    LineTo(pDC, end.X, end.Y);

.
Summary
.

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

.
Documentation
[PolylineTo] on MSDN
.

    public static extern int LineTo(IntPtr hDC, int x, int y);

.

LineTo(hDC, 990, (int)(990 * fAspectRatio));

shell32

.
Summary
.

static extern IntPtr CommandLineToArgvW(

.

Declare Function CommandLineToArgv Lib "shell32.dll" Alias "CommandLineToArgvW" ( _

.

static class CmdLineToArgvW

.

        ptrToSplitArgs = CommandLineToArgvW(unsplitArgumentLine, out numberOfArgs);

.

        // CommandLineToArgvW returns NULL upon failure.

.

            // Free memory obtained by CommandLineToArgW.

.

    static extern IntPtr CommandLineToArgvW(

.
Documentation
[CommandLineToArgvW] on MSDN

 
Access PInvoke.net directly from VS: