public GTexture(GTexture parent, Rectangle clipRect) : this(parent.Texture, clipRect) { }
public GTexture(GTexture parent, int x, int y, int width, int height) : this(parent.Texture, x, y, width, height) { }