Example #1
0
 public GTexture(GTexture parent, Rectangle clipRect)
     : this(parent.Texture, clipRect)
 {
 }
Example #2
0
 public GTexture(GTexture parent, int x, int y, int width, int height)
     : this(parent.Texture, x, y, width, height)
 {
 }