Ejemplo n.º 1
0
 public NinePatchTexture2D(TextureSlice2D texture, Thickness padding) : this(texture.Texture, texture.ClipBounds, padding)
 {
 }
Ejemplo n.º 2
0
 public NinePatchTexture2D(TextureSlice2D texture, int padding) : this(texture.Texture, texture.ClipBounds, new Thickness(padding))
 {
 }