Click or drag to resize

StiComponentDesignerGetActionFromPoint Method (Double, Double, StiComponent, Boolean)

Returns StiAction for specified component from point.

Namespace:  Stimulsoft.Report.Components.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual StiAction GetActionFromPoint(
	double x,
	double y,
	StiComponent component,
	bool forGetDesigner = false
)

Parameters

x
Type: SystemDouble
x coordinate.
y
Type: SystemDouble
y coordinate.
component
Type: Stimulsoft.Report.ComponentsStiComponent
Component for checking.
forGetDesigner (Optional)
Type: SystemBoolean

[Missing <param name="forGetDesigner"/> documentation for "M:Stimulsoft.Report.Components.Design.StiComponentDesigner.GetActionFromPoint(System.Double,System.Double,Stimulsoft.Report.Components.StiComponent,System.Boolean)"]

Return Value

Type: StiAction
Action for this point.
See Also