Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / GeometryHitTestResult.cs / 1 / GeometryHitTestResult.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: GeometryHitTestResult //----------------------------------------------------------------------------- using System; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Threading; using System.Collections; using System.Diagnostics; using MS.Internal; namespace System.Windows.Media { ////// This class returns the point and visual hit during a hit test pass. /// public class GeometryHitTestResult : HitTestResult { private IntersectionDetail _intersectionDetail; ////// This constructor takes a visual and point respresenting a hit. /// public GeometryHitTestResult( Visual visualHit, IntersectionDetail intersectionDetail) : base(visualHit) { _intersectionDetail = intersectionDetail; } ////// The intersection detail with how geometry intersected with scene. /// public IntersectionDetail IntersectionDetail { get { return _intersectionDetail; } } ////// Re-expose Visual property strongly typed to 2D Visual. /// public new Visual VisualHit { get { return (Visual) base.VisualHit; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: GeometryHitTestResult //----------------------------------------------------------------------------- using System; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Threading; using System.Collections; using System.Diagnostics; using MS.Internal; namespace System.Windows.Media { ////// This class returns the point and visual hit during a hit test pass. /// public class GeometryHitTestResult : HitTestResult { private IntersectionDetail _intersectionDetail; ////// This constructor takes a visual and point respresenting a hit. /// public GeometryHitTestResult( Visual visualHit, IntersectionDetail intersectionDetail) : base(visualHit) { _intersectionDetail = intersectionDetail; } ////// The intersection detail with how geometry intersected with scene. /// public IntersectionDetail IntersectionDetail { get { return _intersectionDetail; } } ////// Re-expose Visual property strongly typed to 2D Visual. /// public new Visual VisualHit { get { return (Visual) base.VisualHit; } } } } // 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
- ImmutablePropertyDescriptorGridEntry.cs
- BinaryHeap.cs
- SimplePropertyEntry.cs
- CFGGrammar.cs
- EdmFunction.cs
- WebPartEditorCancelVerb.cs
- SqlDependencyUtils.cs
- RuntimeConfigLKG.cs
- WindowsFormsSectionHandler.cs
- PropertyMap.cs
- Control.cs
- SafeNativeMethods.cs
- EntityClientCacheEntry.cs
- RC2CryptoServiceProvider.cs
- SpecularMaterial.cs
- ActivityValidator.cs
- LateBoundBitmapDecoder.cs
- BorderGapMaskConverter.cs
- ClientProxyGenerator.cs
- TextTreePropertyUndoUnit.cs
- Clause.cs
- coordinatorfactory.cs
- ContextMenuAutomationPeer.cs
- MethodCallExpression.cs
- RequestTimeoutManager.cs
- CheckedListBox.cs
- ProfileModule.cs
- MarkupWriter.cs
- PaperSource.cs
- SerialReceived.cs
- SqlXmlStorage.cs
- StringResourceManager.cs
- Paragraph.cs
- StorageMappingFragment.cs
- ProcessStartInfo.cs
- StreamWriter.cs
- ClientSettings.cs
- cache.cs
- StringSorter.cs
- RemoteHelper.cs
- DecimalKeyFrameCollection.cs
- DataGridViewCellValueEventArgs.cs
- ThreadPool.cs
- PersonalizationProvider.cs
- IntSecurity.cs
- ConfigurationValue.cs
- CodeTryCatchFinallyStatement.cs
- DataRowCollection.cs
- CacheSection.cs
- DictionarySectionHandler.cs
- XmlRawWriterWrapper.cs
- DefaultTypeArgumentAttribute.cs
- SettingsBase.cs
- ProcessingInstructionAction.cs
- CalendarDataBindingHandler.cs
- VBIdentifierDesigner.xaml.cs
- ReadOnlyCollectionBase.cs
- PictureBoxDesigner.cs
- mactripleDES.cs
- DecoderFallbackWithFailureFlag.cs
- DataContractSet.cs
- ClientSession.cs
- FieldToken.cs
- ObjectDataSourceSelectingEventArgs.cs
- Nodes.cs
- AutoResetEvent.cs
- Border.cs
- counter.cs
- ConfigurationFileMap.cs
- HtmlUtf8RawTextWriter.cs
- TrackingServices.cs
- FreeFormDesigner.cs
- EdmToObjectNamespaceMap.cs
- ByteAnimationBase.cs
- QueryableDataSourceEditData.cs
- FragmentQueryKB.cs
- InstanceContext.cs
- DataGridItemAttachedStorage.cs
- ExpressionDumper.cs
- WebPartManager.cs
- RightsManagementEncryptedStream.cs
- TreeNodeSelectionProcessor.cs
- BooleanToVisibilityConverter.cs
- HtmlElementErrorEventArgs.cs
- PathFigure.cs
- ProgressBar.cs
- OdbcFactory.cs
- SerTrace.cs
- DesignerView.Commands.cs
- TextEditor.cs
- NameValueSectionHandler.cs
- DesignSurfaceServiceContainer.cs
- DataRecordObjectView.cs
- smtpconnection.cs
- EndpointDispatcherTable.cs
- ViewBox.cs
- LinqExpressionNormalizer.cs
- ParallelDesigner.cs
- EventLogTraceListener.cs
- DecimalFormatter.cs