Uses of Class
org.eclipse.swt.internal.win32.POINT
Packages that use POINT
-
Uses of POINT in org.eclipse.swt.internal.ole.win32
Methods in org.eclipse.swt.internal.ole.win32 with parameters of type POINTModifier and TypeMethodDescriptionint
int
int
int
IDragSourceHelper.InitializeFromWindow
(int hwnd, POINT ppt, int pDataObject) static final int
static final int
static final int
static final int
static final int
-
Uses of POINT in org.eclipse.swt.internal.win32
Fields in org.eclipse.swt.internal.win32 declared as POINTModifier and TypeFieldDescriptionOUTLINETEXTMETRIC.otmptSubscriptOffset
OUTLINETEXTMETRIC.otmptSubscriptSize
OUTLINETEXTMETRIC.otmptSuperscriptOffset
OUTLINETEXTMETRIC.otmptSuperscriptSize
MCHITTESTINFO.pt
CANDIDATEFORM.ptCurrentPos
NMTREEVIEW.ptDrag
SHDRAGIMAGE.ptOffset
DTTOPTS.ptShadowOffset
Methods in org.eclipse.swt.internal.win32 with parameters of type POINTModifier and TypeMethodDescriptionstatic final boolean
OS.ClientToScreen
(int hWnd, POINT lpPoint) static final boolean
OS.DragDetect
(int hwnd, POINT pt) static final boolean
OS.GetCaretPos
(POINT lpPoint) static final boolean
OS.GetCursorPos
(POINT lpPoint) static final boolean
OS.GetWindowOrgEx
(int hdc, POINT lpPoint) static final boolean
static final int
OS.MapWindowPoints
(int hWndFrom, int hWndTo, POINT lpPoints, int cPoints) static final void
OS.MoveMemory
(POINT Destination, int Source, int Length) static final void
OS.MoveMemory
(POINT Destination, long[] Source, int Length) static final void
OS.POINTSTOPOINT
(POINT pt, int pts) static final boolean
static final boolean
OS.ScreenToClient
(int hWnd, POINT lpPoint) static final int
OS.SendMessage
(int hWnd, int Msg, int wParam, POINT lParam) static final int
OS.SendMessageA
(int hWnd, int Msg, int wParam, POINT lParam) static final int
OS.SendMessageW
(int hWnd, int Msg, int wParam, POINT lParam) static final boolean
OS.SetBrushOrgEx
(int hdc, int nXOrg, int nYOrg, POINT lppt) static final boolean
OS.SetWindowOrgEx
(int hdc, int X, int Y, POINT lpPoint) static final int
OS.WindowFromPoint
(POINT lpPoint)