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