Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / PointHitTestResult.cs / 1 / PointHitTestResult.cs
//------------------------------------------------------------------------------
// Microsoft Avalon
// Copyright (c) Microsoft Corporation, 2003
//
// File: PointHitTestResult
//-----------------------------------------------------------------------------
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 PointHitTestResult : HitTestResult
{
private Point _pointHit;
///
/// This constructor takes a visual and point respresenting a hit.
///
public PointHitTestResult(Visual visualHit, Point pointHit) : base(visualHit)
{
_pointHit = pointHit;
}
///
/// The point in local space of the hit visual.
///
public Point PointHit
{
get
{
return _pointHit;
}
}
///
/// 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: PointHitTestResult
//-----------------------------------------------------------------------------
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 PointHitTestResult : HitTestResult
{
private Point _pointHit;
///
/// This constructor takes a visual and point respresenting a hit.
///
public PointHitTestResult(Visual visualHit, Point pointHit) : base(visualHit)
{
_pointHit = pointHit;
}
///
/// The point in local space of the hit visual.
///
public Point PointHit
{
get
{
return _pointHit;
}
}
///
/// 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
- _RequestCacheProtocol.cs
- SchemaTableColumn.cs
- NativeMethods.cs
- GraphicsPathIterator.cs
- DirectoryNotFoundException.cs
- ScrollChangedEventArgs.cs
- DataGridItemAttachedStorage.cs
- ChameleonKey.cs
- ServiceDeploymentInfo.cs
- RenderingEventArgs.cs
- unitconverter.cs
- ScrollChrome.cs
- Parser.cs
- ExceptionRoutedEventArgs.cs
- CipherData.cs
- XmlQuerySequence.cs
- RequestQueue.cs
- WebPartCatalogAddVerb.cs
- StringExpressionSet.cs
- PointAnimation.cs
- ExcCanonicalXml.cs
- Emitter.cs
- SqlBulkCopy.cs
- WebBrowserEvent.cs
- FontDriver.cs
- XComponentModel.cs
- EditableTreeList.cs
- DBDataPermission.cs
- WriteableBitmap.cs
- Table.cs
- _SslStream.cs
- WindowHideOrCloseTracker.cs
- PngBitmapEncoder.cs
- XmlIlTypeHelper.cs
- CorrelationTokenInvalidatedHandler.cs
- xsdvalidator.cs
- PinnedBufferMemoryStream.cs
- DllNotFoundException.cs
- Utility.cs
- BinaryMessageFormatter.cs
- PersonalizationDictionary.cs
- SendSecurityHeaderElementContainer.cs
- ProfileManager.cs
- JavaScriptObjectDeserializer.cs
- DataExchangeServiceBinder.cs
- AnimationLayer.cs
- Vector3DValueSerializer.cs
- SoapBinding.cs
- FixUpCollection.cs
- SyntaxCheck.cs
- WebEncodingValidatorAttribute.cs
- PrintControllerWithStatusDialog.cs
- BoundColumn.cs
- EntityProviderFactory.cs
- QilXmlWriter.cs
- ConfigurationCollectionAttribute.cs
- XsltInput.cs
- TransportSecurityBindingElement.cs
- ADRole.cs
- AutoResizedEvent.cs
- GenericEnumerator.cs
- ImageListDesigner.cs
- PageThemeBuildProvider.cs
- ActivityExecutionContext.cs
- BatchWriter.cs
- SerialErrors.cs
- CounterSetInstance.cs
- FileVersionInfo.cs
- StringConcat.cs
- Choices.cs
- XmlNode.cs
- Console.cs
- _SSPIWrapper.cs
- DispatcherExceptionEventArgs.cs
- DocumentSequenceHighlightLayer.cs
- MarginCollapsingState.cs
- NavigateEvent.cs
- SystemColors.cs
- SchemaSetCompiler.cs
- FormViewDeleteEventArgs.cs
- ArrayHelper.cs
- Int64AnimationBase.cs
- GraphicsState.cs
- SQLCharsStorage.cs
- URIFormatException.cs
- ChtmlTextWriter.cs
- InvokeSchedule.cs
- TextBox.cs
- CookieParameter.cs
- TemplateControl.cs
- DependentTransaction.cs
- OutputCacheModule.cs
- ResponseBodyWriter.cs
- StructuredProperty.cs
- PtsHelper.cs
- TextSelection.cs
- EDesignUtil.cs
- PropertyEmitterBase.cs
- SrgsDocumentParser.cs
- ErrorProvider.cs