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
)
Public Overridable Function GetActionFromPoint (
x As Double,
y As Double,
component As StiComponent,
Optional forGetDesigner As Boolean = false
) As StiAction
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:
StiActionAction for this point.
See Also