PdfTransformTranslate Method |
Returns a Translate Transform
Namespace:
Atalasoft.PdfDoc.Geometry
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static PdfTransform Translate(
double x,
double y
)
Public Shared Function Translate (
x As Double,
y As Double
) As PdfTransform
Parameters
- x
- Type: SystemDouble
The x translation. - y
- Type: SystemDouble
The y translation.
Return Value
Type:
PdfTransformA new translation transform
See Also