C++SDK  1.0.0
Public 成员函数 | Public 属性 | 所有成员列表
rtcimp::tagRect结构体 参考

#include <annotationbasedefines.h>

Public 成员函数

 tagRect ()
 
 tagRect (int left, int top, int right, int bottom)
 
bool isRectEmpty () const
 
int width () const
 
int height () const
 
bool pointIn (const Point &p) const
 
bool pointIn (int x, int y) const
 
void moveY (int y)
 
void moveX (int x)
 
void moveXY (int x, int y)
 
bool operator== (const tagRect &other) const
 
bool operator!= (const tagRect &other) const
 

Public 属性

int left
 
int top
 
int right
 
int bottom
 

详细描述

Ϣṹ.

构造及析构函数说明

rtcimp::tagRect::tagRect ( )
inline
rtcimp::tagRect::tagRect ( int  left,
int  top,
int  right,
int  bottom 
)
inline

成员函数说明

int rtcimp::tagRect::height ( ) const
inline
bool rtcimp::tagRect::isRectEmpty ( ) const
inline
void rtcimp::tagRect::moveX ( int  x)
inline
void rtcimp::tagRect::moveXY ( int  x,
int  y 
)
inline
void rtcimp::tagRect::moveY ( int  y)
inline
bool rtcimp::tagRect::operator!= ( const tagRect other) const
inline
bool rtcimp::tagRect::operator== ( const tagRect other) const
inline
bool rtcimp::tagRect::pointIn ( const Point p) const
inline
bool rtcimp::tagRect::pointIn ( int  x,
int  y 
) const
inline
int rtcimp::tagRect::width ( ) const
inline

类成员变量说明

int rtcimp::tagRect::bottom
int rtcimp::tagRect::left
int rtcimp::tagRect::right
int rtcimp::tagRect::top

该结构体的文档由以下文件生成: