Brush
Propiedad IInkTrace.Brush
Obtiene Brush para el IInkLine IInkBrush
solo de lectura.
public IInkBrush Brush { get; }
Ejemplos
Ejemplo:
[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;
}
Véase También
- interfaz IInkBrush
- interfaz IInkTrace
- espacio de nombres Aspose.Slides.Ink
- ensamblado Aspose.Slides