Exemple #1
0
        //────────────────────────────────────────
        #endregion



        #region 生成と破棄
        //────────────────────────────────────────

        public SpriteImpl(string sLogStack)
        {
            // 1回設定するだけでOKなデリゲーター
            this.dlgt_CheckLocationValid = null;

            this.sLogStack = sLogStack;

            this.boundsLefttopOriginal = new Rectangle();
            this.boundsLefttopScaled   = new Rectangle();
            this.nScale = 1.0F;
            this.font   = new Font("Arial", 12);
        }
Exemple #2
0
        //────────────────────────────────────────
        public SpriteImpl(string sLogStack)
        {
            // 1回設定するだけでOKなデリゲーター
            this.dlgt_CheckLocationValid = null;

            this.sLogStack = sLogStack;

            this.boundsLefttopOriginal = new Rectangle();
            this.boundsLefttopScaled = new Rectangle();
            this.nScale = 1.0F;
            this.font = new Font("Arial", 12);
        }