元素信息 更多...
#include <TEduBoard.h>
Public 成员函数 | |
TEduBoardSelectedElementInfo () | |
成员变量 | |
const char * | elementId |
元素 ID 更多... | |
const char * | title |
title 更多... | |
TEduBoardElementType | type |
元素类型 更多... | |
int | left |
元素距离白板容器左侧距离 更多... | |
int | top |
元素距离白板容器顶部距离 更多... | |
int | width |
元素宽度 更多... | |
int | height |
元素高度 更多... | |
double | rotate |
元素旋转角度 更多... | |
bool | locked |
元素是否锁定 更多... | |
int | boundingBoxLeft |
元素包围盒距离白板容器左侧距离 更多... | |
int | boundingBoxTop |
元素包围盒距离白板容器顶部距离 更多... | |
int | boundingBoxWidth |
元素包围盒宽度 更多... | |
int | boundingBoxHeight |
元素包围盒高度 更多... | |
元素信息
|
inline |
int boundingBoxHeight |
元素包围盒高度
int boundingBoxLeft |
元素包围盒距离白板容器左侧距离
int boundingBoxTop |
元素包围盒距离白板容器顶部距离
int boundingBoxWidth |
元素包围盒宽度
const char* elementId |
元素 ID
int height |
元素高度
int left |
元素距离白板容器左侧距离
bool locked |
元素是否锁定
double rotate |
元素旋转角度
const char* title |
title
int top |
元素距离白板容器顶部距离
TEduBoardElementType type |
元素类型
int width |
元素宽度