public void Translate(
double transX,
double transY,
bool prepend
)Public Sub Translate (
transX As Double,
transY As Double,
prepend As Boolean
)public:
void Translate(
double transX,
double transY,
bool prepend
)member Translate :
transX : float *
transY : float *
prepend : bool -> unit