Prepends the specified translation to the transformation matrix of
this
Graphics object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override void Translate(
int x,
int y
)
Public Overrides Sub Translate (
x As Integer,
y As Integer
)
public:
virtual void Translate(
int x,
int y
) override
abstract Translate :
x : int *
y : int -> unit
override Translate :
x : int *
y : int -> unit
Parameters
- x
- Type: SystemInt32
An int which specifies dx, the x component of the
translation.
- y
- Type: SystemInt32
An int which specifies dy, the y component of the
translation.
See Also