CScrollView::GetDeviceScrollPosition
在滚动条时,需要滚动框中的当前水平和垂直位置调用 GetDeviceScrollPosition。
CPoint GetDeviceScrollPosition( ) const;
返回值
水平和垂直位置(在组件单位)滚动框为 CPoint 对象。
备注
此坐标对对应于视图的左上角移动的文档的位置。对于抵销鼠标设备位置滚动视图设备位置很有用。
GetDeviceScrollPosition 返回在组件单位的值。如果希望逻辑单位,请使用 GetScrollPosition。
要求
Header: afxwin.h