コード例 #1
0
ファイル: MonoGameGraphics.cs プロジェクト: mildmelon/mini2Dx
 public void drawNinePatch(NinePatch ninePatch, float x, float y, float width, float height)
 {
     ninePatch.render(this, x, y, width, height);
 }