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

PtInRect 的详细范围

时间:2020-03-18 15:18:55      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:tin   rect   没有   article   msdn   details   详细   tom   一个   

PtInRect 的详细范围

 

CRect::PtInRect 函数可以用来判断给定的点是否在所在的矩形区域之内,但MSDN上并没有给出其详细的边界情况,现给出如下:

rect.PtInRect(point) ; 即矩形框为 rect , 判断点 point 是否在其内,则结果是:

如果 rect.left<=point.x<rect.right 且 rect.top<=point.y<rect.bottom 则认为point在rect之内,否则反之。这里主要是强调一个左闭右开的区间。

 

https://blog.csdn.net/facerec/article/details/1686647

PtInRect 的详细范围

标签:tin   rect   没有   article   msdn   details   详细   tom   一个   

原文地址:https://www.cnblogs.com/2018shawn/p/12517457.html

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