LayoutContainer.Translate Method

Shifts the content horizontally and vertically.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutContainer Translate(
	double offsetX,
	double offsetY
)
VB
Public Function Translate ( 
	offsetX As Double,
	offsetY As Double
) As LayoutContainer

Parameters

offsetX
Type: System.Double
The horizontal offset.
offsetY
Type: System.Double
The vertical offset.

Return Value

Type: LayoutContainer
The nested container with the applied offset.

See Also