互动白板
腾讯云互动白板(Tencent Interactive Whiteboard,TIW)提供整套完备的多人实时白板互动服务,打破线上教学中师生信息传递障碍,拥有比面授教学板书更丰富、直观和多样的功能,帮您高度还原线下面授教学的互动体验,显著提升线上教学质量。
TEduBoardStyleObject结构体 参考

元素样式 更多...

#include <TEduBoard.h>

Public 成员函数

 TEduBoardStyleObject ()
 
 TEduBoardStyleObject (TEduElementOperatorType operatorType, const char *styleStrValue, int styleIntValue, TEduBoardColor colorValue, int offsetX, int offsetY)
 

成员变量

TEduElementOperatorType operatorType
 
int sizeValueType
 字号值类型 0:整形类型如 320;1:字符串类型:如'20px' 更多...
 
const char * styleStrValue
 
int styleIntValue
 
float styleFloatValue
 
TEduBoardColor colorValue
 
int offsetX
 
int offsetY
 

详细描述

元素样式

构造及析构函数说明

◆ TEduBoardStyleObject() [1/2]

◆ TEduBoardStyleObject() [2/2]

TEduBoardStyleObject ( TEduElementOperatorType  operatorType,
const char *  styleStrValue,
int  styleIntValue,
TEduBoardColor  colorValue,
int  offsetX,
int  offsetY 
)
inline

结构体成员变量说明

◆ colorValue

TEduBoardColor colorValue

◆ offsetX

int offsetX

◆ offsetY

int offsetY

◆ operatorType

◆ sizeValueType

int sizeValueType

字号值类型 0:整形类型如 320;1:字符串类型:如'20px'

◆ styleFloatValue

float styleFloatValue

◆ styleIntValue

int styleIntValue

◆ styleStrValue

const char* styleStrValue