public override void Draw(Matrix4x4 tf) { base.Draw(tf); canvas.DrawToGraphics(GetTransform() * tf); }