Brush
InkTrace.Brush 属性
获取 IInkLine 的 Brush IInkBrush
只读。
public IInkBrush Brush { get; }
示例
示例:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
IInk ink = (IInk)pres.Slides[0].Shapes[0];
IInkTrace[] traces = ink.Traces;
IInkBrush brush = traces[0].Brush;
}
另请参阅
- 接口 IInkBrush
- 类 InkTrace
- 命名空间 Aspose.Slides.Ink
- 程序集 Aspose.Slides