Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Input / TouchEventArgs.cs / 1305600 / TouchEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Windows; using System.Windows.Input; namespace System.Windows.Input { public class TouchEventArgs : InputEventArgs { public TouchEventArgs(TouchDevice touchDevice, int timestamp) : base (touchDevice, timestamp) { } ////// The device associated with these event arguments. /// public TouchDevice TouchDevice { get { return (TouchDevice)Device; } } ////// Retrieves the current state related to postion of the TouchDevice. /// /// The element that defines the coordinate space of the returned data. ///A TouchPoint object that describes the position and other data regarding the TouchDevice. public TouchPoint GetTouchPoint(IInputElement relativeTo) { return TouchDevice.GetTouchPoint(relativeTo); } ////// Retrieves the positions that the TouchDevice went through between the /// last time a touch event occurred and this one. /// /// The elmeent that defines the coordinate space of the returned data. ///The positions that the TouchDevice went through. public TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo) { return TouchDevice.GetIntermediateTouchPoints(relativeTo); } ////// The mechanism used to call the type-specific handler on the /// target. /// /// /// The generic handler to call in a type-specific way. /// /// /// The target to call the handler on. /// protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget) { EventHandlerhandler = (EventHandler )genericHandler; handler(genericTarget, this); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Windows; using System.Windows.Input; namespace System.Windows.Input { public class TouchEventArgs : InputEventArgs { public TouchEventArgs(TouchDevice touchDevice, int timestamp) : base (touchDevice, timestamp) { } /// /// The device associated with these event arguments. /// public TouchDevice TouchDevice { get { return (TouchDevice)Device; } } ////// Retrieves the current state related to postion of the TouchDevice. /// /// The element that defines the coordinate space of the returned data. ///A TouchPoint object that describes the position and other data regarding the TouchDevice. public TouchPoint GetTouchPoint(IInputElement relativeTo) { return TouchDevice.GetTouchPoint(relativeTo); } ////// Retrieves the positions that the TouchDevice went through between the /// last time a touch event occurred and this one. /// /// The elmeent that defines the coordinate space of the returned data. ///The positions that the TouchDevice went through. public TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo) { return TouchDevice.GetIntermediateTouchPoints(relativeTo); } ////// The mechanism used to call the type-specific handler on the /// target. /// /// /// The generic handler to call in a type-specific way. /// /// /// The target to call the handler on. /// protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget) { EventHandlerhandler = (EventHandler )genericHandler; handler(genericTarget, this); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CreateInstanceBinder.cs
- SqlDependencyUtils.cs
- DateTimeFormatInfoScanner.cs
- _AcceptOverlappedAsyncResult.cs
- UidManager.cs
- HasCopySemanticsAttribute.cs
- EdmType.cs
- PeerNeighborManager.cs
- RuleSettingsCollection.cs
- Padding.cs
- ModulesEntry.cs
- ImageMapEventArgs.cs
- ConfigurationSettings.cs
- Deflater.cs
- ControlEvent.cs
- ArrayList.cs
- XmlRawWriterWrapper.cs
- StreamWriter.cs
- TransformerInfo.cs
- EventDescriptor.cs
- Pair.cs
- xmlglyphRunInfo.cs
- InsufficientMemoryException.cs
- PointCollectionConverter.cs
- DBSqlParserColumn.cs
- OdbcRowUpdatingEvent.cs
- TextFragmentEngine.cs
- BitFlagsGenerator.cs
- SafeNativeMethods.cs
- ConnectionPoolManager.cs
- TransactionFlowElement.cs
- PerformanceCountersElement.cs
- PriorityRange.cs
- ITextView.cs
- SchemaAttDef.cs
- EpmAttributeNameBuilder.cs
- VideoDrawing.cs
- IPCCacheManager.cs
- ArrayHelper.cs
- DrawingVisualDrawingContext.cs
- AdRotator.cs
- PropertyValue.cs
- TextEncodedRawTextWriter.cs
- SqlParameter.cs
- Section.cs
- SiteMap.cs
- UriTemplateDispatchFormatter.cs
- ServiceModelEnumValidatorAttribute.cs
- SocketException.cs
- RIPEMD160Managed.cs
- WebControlParameterProxy.cs
- WeakEventTable.cs
- XXXInfos.cs
- SystemNetworkInterface.cs
- TagMapInfo.cs
- TypeConverterValueSerializer.cs
- ArgumentFixer.cs
- SecurityContextKeyIdentifierClause.cs
- XmlAttributeHolder.cs
- AsymmetricAlgorithm.cs
- SymbolType.cs
- EdmFunction.cs
- FastEncoderWindow.cs
- EditorResources.cs
- ContainerControlDesigner.cs
- CustomExpressionEventArgs.cs
- PerformanceCounterPermissionEntry.cs
- PropertyToken.cs
- Roles.cs
- ProviderConnectionPointCollection.cs
- DriveInfo.cs
- SqlFacetAttribute.cs
- TextStore.cs
- ToolboxDataAttribute.cs
- ProviderIncompatibleException.cs
- TableFieldsEditor.cs
- ApplicationId.cs
- EmbossBitmapEffect.cs
- Connector.cs
- ModelServiceImpl.cs
- DataKey.cs
- QilIterator.cs
- SqlDependencyUtils.cs
- DelayedRegex.cs
- StylusPointDescription.cs
- ListViewInsertionMark.cs
- TimelineClockCollection.cs
- Convert.cs
- DynamicUpdateCommand.cs
- PrimaryKeyTypeConverter.cs
- EncryptedReference.cs
- DataSourceHelper.cs
- ZipIOCentralDirectoryFileHeader.cs
- PenContexts.cs
- COM2TypeInfoProcessor.cs
- AssemblyInfo.cs
- PenCursorManager.cs
- TextSelectionHelper.cs
- WrapPanel.cs
- Animatable.cs