HitTestInfo(HitTestResult, Int64, Int32, Rectangle) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
HitTestInfo(Microsoft::ReportingServices::QueryDesigners::HitTestResult result, long rowIndex, int columnIndex, System::Drawing::Rectangle areaRectangle);
public HitTestInfo (Microsoft.ReportingServices.QueryDesigners.HitTestResult result, long rowIndex, int columnIndex, System.Drawing.Rectangle areaRectangle);
new Microsoft.ReportingServices.QueryDesigners.HitTestInfo : Microsoft.ReportingServices.QueryDesigners.HitTestResult * int64 * int * System.Drawing.Rectangle -> Microsoft.ReportingServices.QueryDesigners.HitTestInfo
Public Sub New (result As HitTestResult, rowIndex As Long, columnIndex As Integer, areaRectangle As Rectangle)
Parâmetros
- result
- HitTestResult
- rowIndex
- Int64
- columnIndex
- Int32
- areaRectangle
- Rectangle