ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / HitTestResult Class / HitTestResult Constructor

In This Topic
    HitTestResult Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal point As IPoint, _
       ByVal model As IViewModel, _
       ByVal element As Object, _
       ByVal type As ElementType, _
       Optional ByVal addition As Object _
    )
    public HitTestResult( 
       IPoint point,
       IViewModel model,
       object element,
       ElementType type,
       object addition
    )

    Parameters

    point
    model
    element
    type
    addition
    See Also