IStiComponentDesignerGetActionFromPoint Method |
Returns StiAction for specified component from point.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax StiAction GetActionFromPoint(
double x,
double y,
StiComponent component
)
Function GetActionFromPoint (
x As Double,
y As Double,
component As StiComponent
) As StiAction
Parameters
- x
- Type: SystemDouble
x coordinate. - y
- Type: SystemDouble
y coordinate. - component
- Type: Stimulsoft.Report.ComponentsStiComponent
Component for checking.
Return Value
Type:
StiActionAction for this point.
See Also