Public Member Functions | |
IMatrix * | GetMatrix () PURE |
获取变换矩阵 | |
BYTE | GetAlpha () SCONST PURE |
获取透明度 | |
void | SetAlpha (BYTE alpha) PURE |
设置透明度 | |
void | Clear () PURE |
清空变换矩阵及透明度 | |
void | SetTransformationType (int type) PURE |
设置变化类型 | |
void | Compose (const ITransformation *t) PURE |
组合变换矩阵及透明度 | |
Definition at line 30 of file STransform-i.h.
void ITransformation::Clear | ( | ) |
清空变换矩阵及透明度
void ITransformation::Compose | ( | const ITransformation * | t | ) |
BYTE ITransformation::GetAlpha | ( | ) |
获取透明度
void ITransformation::SetAlpha | ( | BYTE | alpha | ) |
设置透明度
alpha | BYTE–透明度 |
void ITransformation::SetTransformationType | ( | int | type | ) |
设置变化类型
type | int–类型 |