Click or drag to resize

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
)

Parameters

x
Type: SystemDouble
x coordinate.
y
Type: SystemDouble
y coordinate.
component
Type: Stimulsoft.Report.ComponentsStiComponent
Component for checking.

Return Value

Type: StiAction
Action for this point.
See Also