IGraphicsTranslate Method
Translates the whole region by specified amounts in the horizontal and vertical directions.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
void Translate(
float x,
float y
)
Sub Translate (
x As Single,
y As Single
)
void Translate(
float x,
float y
)
abstract Translate :
x : float32 *
y : float32 -> unit
Parameters
- x Single
- The x-coordinate of the translation.
- y Single
- The y-coordinate of the translation.