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
- PathData.cs
- ListenerElementsCollection.cs
- TextRange.cs
- CodeSnippetTypeMember.cs
- PrintDialogDesigner.cs
- NullableIntMinMaxAggregationOperator.cs
- PagePropertiesChangingEventArgs.cs
- ZipIOLocalFileBlock.cs
- Typography.cs
- NameSpaceEvent.cs
- DataGridViewButtonColumn.cs
- UrlMapping.cs
- SiteIdentityPermission.cs
- ObjectContextServiceProvider.cs
- Transform.cs
- PointCollectionConverter.cs
- ClientSettingsStore.cs
- BufferedStream.cs
- ItemAutomationPeer.cs
- SqlFlattener.cs
- EntitySetDataBindingList.cs
- EncoderParameters.cs
- SelectionListComponentEditor.cs
- GeneralTransform3DGroup.cs
- ListenerElementsCollection.cs
- TextRangeSerialization.cs
- XmlQualifiedName.cs
- FontUnitConverter.cs
- ValuePatternIdentifiers.cs
- WebContext.cs
- TreeView.cs
- ProtectedConfiguration.cs
- RegexFCD.cs
- AnnotationResourceChangedEventArgs.cs
- GenericEnumerator.cs
- Graph.cs
- TextPenaltyModule.cs
- CodeMemberMethod.cs
- WindowsGraphics2.cs
- RecognitionResult.cs
- ThicknessKeyFrameCollection.cs
- SkewTransform.cs
- UrlMappingsSection.cs
- AdRotator.cs
- SmtpNetworkElement.cs
- GregorianCalendarHelper.cs
- ScrollableControl.cs
- AnnotationComponentChooser.cs
- DataBoundControlHelper.cs
- BinaryReader.cs
- LocatorPartList.cs
- XmlMapping.cs
- Page.cs
- DataSourceXmlClassAttribute.cs
- DbConnectionPoolOptions.cs
- ExpressionBuilderContext.cs
- ElapsedEventArgs.cs
- DataGridViewAdvancedBorderStyle.cs
- WebPartDescription.cs
- XpsDocument.cs
- UnicodeEncoding.cs
- StringSorter.cs
- SqlConnectionString.cs
- TypeGeneratedEventArgs.cs
- ColorConverter.cs
- x509utils.cs
- MatrixAnimationBase.cs
- Relationship.cs
- GotoExpression.cs
- _ChunkParse.cs
- SQLDateTimeStorage.cs
- RsaKeyIdentifierClause.cs
- RefreshEventArgs.cs
- HtmlElementEventArgs.cs
- IPHostEntry.cs
- ErrorWebPart.cs
- SafeNativeMethods.cs
- SafeArrayRankMismatchException.cs
- Converter.cs
- BitArray.cs
- PriorityBindingExpression.cs
- HttpCacheVaryByContentEncodings.cs
- AudioException.cs
- SqlDataSourceCommandEventArgs.cs
- BamlRecords.cs
- MulticastIPAddressInformationCollection.cs
- CreateUserErrorEventArgs.cs
- MsmqHostedTransportManager.cs
- GroupItemAutomationPeer.cs
- XamlReaderHelper.cs
- Matrix3DStack.cs
- BaseDataBoundControl.cs
- AsyncCompletedEventArgs.cs
- SafeFreeMibTable.cs
- regiisutil.cs
- SimpleLine.cs
- DefaultSection.cs
- LogicalExpr.cs
- AccessKeyManager.cs
- DomainLiteralReader.cs