ImageReportItem.HitTestHandles(Matrix, Point) 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:
override Microsoft::ReportDesigner::HandleType HitTestHandles(System::Drawing::Drawing2D::Matrix ^ transform, System::Drawing::Point devicePoint);
public override Microsoft.ReportDesigner.HandleType HitTestHandles (System.Drawing.Drawing2D.Matrix transform, System.Drawing.Point devicePoint);
override this.HitTestHandles : System.Drawing.Drawing2D.Matrix * System.Drawing.Point -> Microsoft.ReportDesigner.HandleType
Public Overrides Function HitTestHandles (transform As Matrix, devicePoint As Point) As HandleType
Parameters
- transform
- Matrix
- devicePoint
- Point