TouchManipulationEventArgs
StockSharp.Xaml.Charting.Visuals.Events
EventArgs to store a list of TouchPoint TouchPoints
继承自: EventArgs
构造函数
TouchManipulationEventArgs(IEnumerable<TouchPoint>)
Initializes a new instance of the TouchManipulationEventArgs class.
- touchPoints
- The touch points.
属性
TouchPoints : IEnumerable<TouchPoint>
Gets or sets the touch points.