PdfCanvas
TranslateTransform Method
|
Translates the coordinates by specified coordinates.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void TranslateTransform(
float offsetX,
float offsetY
)
Public Sub TranslateTransform (
offsetX As Single,
offsetY As Single
)
public:
void TranslateTransform(
float offsetX,
float offsetY
)
member TranslateTransform :
offsetX : float32 *
offsetY : float32 -> unit
Parameters
-
offsetX
-
Type:
System
Single
The X value by which to translate
coordinate system.
-
offsetY
-
Type:
System
Single
The Y value by which to translate
coordinate system.
See Also