Table of Contents

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

Stroke

ProcessingTime

public TimeSpan ProcessingTime { get; set; }

Property Value

TimeSpan

SmoothedStroke

public Stroke SmoothedStroke { get; set; }

Property Value

Stroke

UsedHardwareAcceleration

public bool UsedHardwareAcceleration { get; set; }

Property Value

bool

WasAsync

public bool WasAsync { get; set; }

Property Value

bool