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