Desktop Functions: Smart Device Functions:
|
Search Results for "LineTo" in [All]shell32
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( Constants2: EMR_
EMR_POLYLINETO = 6,
EMR_LINETO = 54,
EMR_POLYLINETO16 = 89, 3: NERR_
public const int LineTooLong = 2149; gdi324: CreatePen
LineTo(pDC, end.X, end.Y); 5: LineTo
6: MoveToEx
LineTo(pDC, end.X, end.Y); 7: Polyline
8: SetMapMode
public static extern int LineTo(IntPtr hDC, int x, int y); LineTo(hDC, 990, (int)(990 * fAspectRatio)); |