IInkTrace

IInkTrace 接口

表示 Ink 对象中的手写线条。

public interface IInkTrace

属性

名称描述
Brush { get; }获取 IInkLine 的笔刷 IInkBrush,只读。
Points { get; }获取 IInkLine 的点,PointF 类型,只读。

另见