StiComponentComponentToPage Method (Double) |
Converts a value from the parent-container coordinates into coordinates of a page.
The method calls the ContainerToPage method of the parent component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public double ComponentToPage(
double value
)
Public Function ComponentToPage (
value As Double
) As Double
Parameters
- value
- Type: SystemDouble
A value for converting.
Return Value
Type:
DoubleConverted value.
See Also