Click or drag to resize

StiComponentDesignerGetActionFromPoint Method (Double, Double, StiComponent)

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.Design.StiComponentDesigner.GetActionFromPoint(System.Double,System.Double,Stimulsoft.Report.Components.StiComponent)"]

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
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

component
Type: Stimulsoft.Report.ComponentsStiComponent

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

Return Value

Type: StiAction

[Missing <returns> documentation for "M:Stimulsoft.Report.Components.Design.StiComponentDesigner.GetActionFromPoint(System.Double,System.Double,Stimulsoft.Report.Components.StiComponent)"]

Implements

IStiComponentDesignerGetActionFromPoint(Double, Double, StiComponent)
See Also