StiContainerChangePosition Method |
Changes the position of the selected component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void ChangePosition(
RectangleD delta
)
Public Sub ChangePosition (
delta As RectangleD
)
Parameters
- delta
- Type: Stimulsoft.Base.DrawingRectangleD
Parameters of changing.
See Also