Class InkSmoothingEventArgs
- Namespace
- Ink_Canvas.Helpers
- Assembly
- InkCanvasForClass.dll
墨迹平滑事件参数
public class InkSmoothingEventArgs : EventArgs
- Inheritance
-
InkSmoothingEventArgs
- Inherited Members
Properties
OriginalStroke
public Stroke OriginalStroke { get; set; }
Property Value
ProcessingTime
public TimeSpan ProcessingTime { get; set; }
Property Value
SmoothedStroke
public Stroke SmoothedStroke { get; set; }
Property Value
UsedHardwareAcceleration
public bool UsedHardwareAcceleration { get; set; }
Property Value
WasAsync
public bool WasAsync { get; set; }