IPoint
IPoint接口
表示动画点。
public interface IPoint
属性
名称 | 描述 |
---|---|
Formula { get; set; } | 值中的公式,from,to,by 属性可以由以下内容构成:标准算术运算符:‘+’,‘-‘,‘’,‘/’,‘^’,‘%’(取模) 常量:‘pi’ ‘e’ 条件运算符:‘abs’,‘min’,‘max’,‘?’(如果) 比较运算符:’==’,’>=’,’’,’!=’,’!’ 三角函数运算符:‘sin()’,‘cos()’,‘tan()’,‘asin()’,‘acos()’,‘atan()’ 自然对数‘ln()’ 属性引用(主机支持的属性),例如: “#ppt_x+(cos(-2pi*(1-$))-#ppt_x-sin(-2pi*(1-$))(1-#ppt_y))(1-$)” 读/写 字符串。 |
Time { get; set; } | 表示时间值。 读/写 单个。 |
Value { get; set; } | 表示点值。 仅:bool,ColorFormat,float,int,string。 读/写 对象。 |
另见
- 命名空间 Aspose.Slides.Animation
- 程序集 Aspose.Slides