ReportItemList.HitTestHandles(Point, Matrix, ReportItem) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::ReportDesigner::HandleType HitTestHandles(System::Drawing::Point devicePoint, System::Drawing::Drawing2D::Matrix ^ viewTransform, [Runtime::InteropServices::Out] Microsoft::ReportDesigner::ReportItem ^ % hitItem);
public Microsoft.ReportDesigner.HandleType HitTestHandles(System.Drawing.Point devicePoint, System.Drawing.Drawing2D.Matrix viewTransform, out Microsoft.ReportDesigner.ReportItem hitItem);
member this.HitTestHandles : System.Drawing.Point * System.Drawing.Drawing2D.Matrix * ReportItem -> Microsoft.ReportDesigner.HandleType
Public Function HitTestHandles (devicePoint As Point, viewTransform As Matrix, ByRef hitItem As ReportItem) As HandleType
Parameter
- devicePoint
- Point
- viewTransform
- Matrix
- hitItem
- ReportItem