Method TranslateX
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
TranslateX(double)
Shifts the content horizontally.
public LayoutContainer TranslateX(double offset)
Parameters
offset
doubleThe horizontal offset.
Returns
- LayoutContainer
The nested container with the applied offset.
Remarks
Read the Translate section of the Size, position, and rendering of containers article to know how to shift content.