Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / GeometryHitTestResult.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateField.cs
- SmtpMail.cs
- PointF.cs
- SqlRowUpdatedEvent.cs
- ISAPIApplicationHost.cs
- AttributeProviderAttribute.cs
- MimeBasePart.cs
- ProjectionPruner.cs
- ValueProviderWrapper.cs
- WindowsProgressbar.cs
- WebScriptMetadataMessage.cs
- EventDescriptorCollection.cs
- Matrix3DStack.cs
- QilInvokeEarlyBound.cs
- XmlSchemaNotation.cs
- SoapFormatter.cs
- XmlSchemaAnyAttribute.cs
- TemplateKeyConverter.cs
- CharacterShapingProperties.cs
- ConditionalAttribute.cs
- TableHeaderCell.cs
- HtmlWindow.cs
- OdbcParameter.cs
- ScriptReferenceEventArgs.cs
- NotifyInputEventArgs.cs
- BindingsCollection.cs
- DefaultMemberAttribute.cs
- wgx_commands.cs
- EntityDataSourceSelectedEventArgs.cs
- BehaviorEditorPart.cs
- StopStoryboard.cs
- XamlVector3DCollectionSerializer.cs
- MetabaseServerConfig.cs
- BufferedStream.cs
- unitconverter.cs
- ModulesEntry.cs
- COMException.cs
- AmbientValueAttribute.cs
- LinkUtilities.cs
- UTF7Encoding.cs
- DataViewManager.cs
- PolicyException.cs
- SHA384.cs
- BaseContextMenu.cs
- Screen.cs
- AutomationProperties.cs
- PersonalizationStateInfo.cs
- SchemaManager.cs
- ServicesUtilities.cs
- InternalCache.cs
- InputEventArgs.cs
- SvcMapFileSerializer.cs
- HttpConfigurationContext.cs
- PlaceHolder.cs
- ThreadExceptionDialog.cs
- ContentPosition.cs
- AxHostDesigner.cs
- KeyNotFoundException.cs
- TableItemPatternIdentifiers.cs
- MessageBox.cs
- OptimizerPatterns.cs
- OdbcConnectionPoolProviderInfo.cs
- RuleSettings.cs
- AssemblyHelper.cs
- CharStorage.cs
- ClientFormsIdentity.cs
- XmlByteStreamReader.cs
- XsltFunctions.cs
- SchemeSettingElementCollection.cs
- IisTraceWebEventProvider.cs
- wgx_render.cs
- FixedSOMFixedBlock.cs
- InputLanguageCollection.cs
- Context.cs
- XmlSchemaAnyAttribute.cs
- IImplicitResourceProvider.cs
- VisualStyleRenderer.cs
- LoginView.cs
- InvokeProviderWrapper.cs
- FileDialog_Vista_Interop.cs
- DataGridViewCellParsingEventArgs.cs
- DataGridViewRowEventArgs.cs
- TextServicesCompartment.cs
- baseshape.cs
- InputProviderSite.cs
- SoapAttributeAttribute.cs
- PageTheme.cs
- DbDataRecord.cs
- DetailsViewUpdateEventArgs.cs
- ItemChangedEventArgs.cs
- ResourceKey.cs
- Predicate.cs
- ChannelPoolSettingsElement.cs
- EventLogger.cs
- SiteMap.cs
- DefaultParameterValueAttribute.cs
- SQLInt64Storage.cs
- StylusButtonCollection.cs
- EventDescriptor.cs
- AspNetHostingPermission.cs