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.