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 TypeMethodDescriptionintintintintIDragSourceHelper.InitializeFromWindow(int hwnd, POINT ppt, int pDataObject) static final intstatic final intstatic final intstatic final intstatic final int -
Uses of POINT in org.eclipse.swt.internal.win32
Fields in org.eclipse.swt.internal.win32 declared as POINTModifier and TypeFieldDescriptionOUTLINETEXTMETRIC.otmptSubscriptOffsetOUTLINETEXTMETRIC.otmptSubscriptSizeOUTLINETEXTMETRIC.otmptSuperscriptOffsetOUTLINETEXTMETRIC.otmptSuperscriptSizeMCHITTESTINFO.ptCANDIDATEFORM.ptCurrentPosNMTREEVIEW.ptDragSHDRAGIMAGE.ptOffsetDTTOPTS.ptShadowOffsetMethods in org.eclipse.swt.internal.win32 with parameters of type POINTModifier and TypeMethodDescriptionstatic final booleanOS.ClientToScreen(int hWnd, POINT lpPoint) static final booleanOS.DragDetect(int hwnd, POINT pt) static final booleanOS.GetCaretPos(POINT lpPoint) static final booleanOS.GetCursorPos(POINT lpPoint) static final booleanOS.GetWindowOrgEx(int hdc, POINT lpPoint) static final booleanstatic final intOS.MapWindowPoints(int hWndFrom, int hWndTo, POINT lpPoints, int cPoints) static final voidOS.MoveMemory(POINT Destination, int Source, int Length) static final voidOS.MoveMemory(POINT Destination, long[] Source, int Length) static final voidOS.POINTSTOPOINT(POINT pt, int pts) static final booleanstatic final booleanOS.ScreenToClient(int hWnd, POINT lpPoint) static final intOS.SendMessage(int hWnd, int Msg, int wParam, POINT lParam) static final intOS.SendMessageA(int hWnd, int Msg, int wParam, POINT lParam) static final intOS.SendMessageW(int hWnd, int Msg, int wParam, POINT lParam) static final booleanOS.SetBrushOrgEx(int hdc, int nXOrg, int nYOrg, POINT lppt) static final booleanOS.SetWindowOrgEx(int hdc, int X, int Y, POINT lpPoint) static final intOS.WindowFromPoint(POINT lpPoint)