public void Translate(float offsetX, float offsetY)
 {
     NativeObject.translate(offsetX, offsetY);
 }