PageGraphicElementTranslate Method
Translates the coordinate system before rendering the element.
The coordinates of the element are relative to the translated coordinate system.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
public void Translate(
float tx,
float ty
)
Public Sub Translate (
tx As Single,
ty As Single
)
public:
void Translate(
float tx,
float ty
)
member Translate :
tx : float32 *
ty : float32 -> unit
Parameters
- tx Single
- The distance to translate the origin of the coordinate system in the horizontal direction
- ty Single
- The distance to translate the origin of the coordinate system in the vertical direction