码迷,mamicode.com
首页 > 其他好文 > 详细

CPoint::Offset

时间:2014-08-11 23:52:43      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:des   http   os   io   strong   ar   cti   div   

CPoint::Offset

将值添加到 CPoint的 x 和 y 成员。

 
void Offset(
   int xOffset,
   int yOffset 
) throw( );
void Offset(
   POINT point 
) throw( );
void Offset(
   SIZE size 
) throw( );
参数

xOffset

指定将元素沿可补偿 CPoint的 x 成员。

yOffset

指定将元素沿可补偿 CPoint的 y 成员。

point

指定将元素沿(POINT 或 CPoint)可补偿 CPoint

size

指定将元素沿(范围 或 CSize)可补偿 CPoint

 

 

 

来自:http://technet.microsoft.com/zh-cn/subscriptions/2s9ze5b0

CPoint::Offset,布布扣,bubuko.com

CPoint::Offset

标签:des   http   os   io   strong   ar   cti   div   

原文地址:http://www.cnblogs.com/learning-lzj2014/p/3905550.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!