StiContainerGetComponentInPoint Method |
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 GetComponentInPoint(
double x,
double y
)
Public Function GetComponentInPoint (
x As Double,
y As Double
) As StiComponent
Parameters
- x
- Type: SystemDouble
Coordinate X for checking. - y
- Type: SystemDouble
Coordinate Y for checking.
Return Value
Type:
StiComponent[Missing <returns> documentation for "M:Stimulsoft.Report.Components.StiContainer.GetComponentInPoint(System.Double,System.Double)"]
See Also