IViewObjectEx.QueryHitPoint(UInt32, RECT[], POINT, Int32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void QueryHitPoint(System::UInt32 dwAspect, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRectBounds, Microsoft::VisualStudio::OLE::Interop::POINT ptlLoc, int lCloseHint, [Runtime::InteropServices::Out] System::UInt32 % pHitResult);
void QueryHitPoint(unsigned int dwAspect, std::Array <Microsoft::VisualStudio::OLE::Interop::RECT> const & pRectBounds, Microsoft::VisualStudio::OLE::Interop::POINT ptlLoc, int lCloseHint, [Runtime::InteropServices::Out] unsigned int & pHitResult);
public void QueryHitPoint (uint dwAspect, Microsoft.VisualStudio.OLE.Interop.RECT[] pRectBounds, Microsoft.VisualStudio.OLE.Interop.POINT ptlLoc, int lCloseHint, out uint pHitResult);
abstract member QueryHitPoint : uint32 * Microsoft.VisualStudio.OLE.Interop.RECT[] * Microsoft.VisualStudio.OLE.Interop.POINT * int * uint32 -> unit
Public Sub QueryHitPoint (dwAspect As UInteger, pRectBounds As RECT(), ptlLoc As POINT, lCloseHint As Integer, ByRef pHitResult As UInteger)
Parameters
- dwAspect
- UInt32
- pRectBounds
- RECT[]
- ptlLoc
- POINT
- lCloseHint
- Int32
- pHitResult
- UInt32
Remarks
For information on the COM interface, see IViewObjectEx::QueryHitPoint