Click or drag to resize

StiComponentDesignerPointInRect Method

Returns the action fits to the position of a point in the specified rectangle.

Namespace:  Stimulsoft.Report.Components.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual StiAction PointInRect(
	IStiDesignerBase designer,
	StiComponent comp,
	int x,
	int y
)

Parameters

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase

[Missing <param name="designer"/> documentation for "M:Stimulsoft.Report.Components.Design.StiComponentDesigner.PointInRect(Stimulsoft.Report.Design.IStiDesignerBase,Stimulsoft.Report.Components.StiComponent,System.Int32,System.Int32)"]

comp
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="comp"/> documentation for "M:Stimulsoft.Report.Components.Design.StiComponentDesigner.PointInRect(Stimulsoft.Report.Design.IStiDesignerBase,Stimulsoft.Report.Components.StiComponent,System.Int32,System.Int32)"]

x
Type: SystemInt32
X point.
y
Type: SystemInt32
Y point.

Return Value

Type: StiAction
Action.
See Also