GraphicsTranslate 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.4.0.0
public void Translate(
float x,
float y
)
Public Sub Translate (
x As Single,
y As Single
)
public:
virtual void Translate(
float x,
float y
) sealed
abstract Translate :
x : float32 *
y : float32 -> unit
override Translate :
x : float32 *
y : float32 -> unit
- x Single
- The x-coordinate of the translation.
- y Single
- The y-coordinate of the translation.
IGraphicsTranslate(Single, Single)