IInk

IInk interface

Represents an ink object on a slide.

public interface IInk : IGraphicalObject

Properties

NameDescription
AsIGraphicalObject { get; }Allows to get base IGraphicalObject interface. Read-only IGraphicalObject.
Traces { get; }Gets all traces containing in the IInk element IInkTrace. Read-only.

See Also