StiContainerGetComponentInControl Method (Double, Double, Boolean) |
Returns an object in which zone of controlling coordinates are got.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiComponent GetComponentInControl(
double x,
double y,
bool usePage
)
Public Function GetComponentInControl (
x As Double,
y As Double,
usePage As Boolean
) As StiComponent
Parameters
- x
- Type: SystemDouble
Coordinate X for checking. - y
- Type: SystemDouble
Coordinate Y for checking. - usePage
- Type: SystemBoolean
Checking is fulfiled taking a page into consideration.
Return Value
Type:
StiComponent[Missing <returns> documentation for "M:Stimulsoft.Report.Components.StiContainer.GetComponentInControl(System.Double,System.Double,System.Boolean)"]
See Also