Brush
IInkTrace.Brush 属性
获取 IInkLine 的画刷 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
- 接口 IInkTrace
- 命名空间 Aspose.Slides.Ink
- 程序集 Aspose.Slides