MapWindowPoints(IntPtr, IntPtr, NativePoint, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|
MapWindowPoints(IntPtr, IntPtr, NativeRectangle, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|
MapWindowPoints(IntPtr, IntPtr, Point, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|
MapWindowPoints(IntPtr, IntPtr, Rectangle, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|
MapWindowPoints(SafeHandle, SafeHandle, NativePoint, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|
MapWindowPoints(SafeHandle, SafeHandle, NativeRectangle, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|
MapWindowPoints(SafeHandle, SafeHandle, Point, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|
MapWindowPoints(SafeHandle, SafeHandle, Rectangle, UInt32)
|
Converts (maps) a set of points from a coordinate space relative to one window to a coordinate space relative to another window.
|