************************************************************************
--- WinGDI.pkg   Symbolic Constants
Copyright (c) 1983-1997 Data Access Corporation, Miami Florida,
All rights reserved.
DataFlex is a registered trademark of Data Access Corporation.
************************************************************************
Description:
Windows' GDI API related functions and symbols
Author: Stuart W. Booth
************************************************************************
Wingdi.pkg  (view source)- import declarations
			
 - Integer
GetTextExtent(Handle hDC Pointer lpString DWord cbString Pointer lpSize)
			 - Dword
MoveTo(Handle hDC Integer x Integer y Pointer lpPoint)
			 - Integer
LineTo(Handle hDC Integer X Integer Y)
			 - Integer
Rectangle(Handle hDC Integer X1 Integer Y1 Integer X2 Integer Y2)
			 - Integer
Ellipse(Handle hWnd DWORD x DWORD y DWORD xx DWORD yy)
			 - Integer
RoundRect(Handle hWnd DWORD x DWORD y DWORD xx DWORD yy DWORD xCE DWORD yCE)
			 - Integer
Polyline(HANDLE hDC POINTER lpPolyRect DWORD dwPoints)
			Polyline draws multiple lines with the given coordinates. the first point is a starting
point and there is no line drawn to this point.
 - Integer
GetStockObject(Integer nIndex)
			 - Integer
SelectObject(Handle hDC Handle hObject)
			 - Integer
DeleteObject(Handle hObject)
			 - Integer
CreatePen(DWORD nPenStyle DWORD nWidth Dword crColor)
			 - Integer
CreateSolidBrush(Dword crColor)
			 - Integer
SetROP2(Handle hDC Integer fuFlag)
			 - integer
TextOut(Handle hDC DWord X Dword Y POINTER lpszText integer num_bytes)
			 - integer
SetBkMode(Handle hDC integer fuMode)
			 - DWord
SetTextColor(Handle hDC DWORD crColor)
			 - Integer
GetDeviceCaps(Handle hdc Integer nIndex)
			handle to the device context
item to be returned
returns the value of the desired item
 - Integer
GetMapMode(Handle hdc)
			One of MM_TEXT, MM_HIMETRIC etc.
 - Boolean
GetTextMetrics(Handle hdc Pointer lptm)
			 - Handle
CreateFontIndirect(Pointer lplf)
			 
References (3):
Field References (0):
| Module | Containing Symbol | Line | 
|---|