Exemplo n.º 1
0
        }     // end property CCWBlockPoints
        #endregion

        /// <summary>
        /// This method draws the block onto the screen.
        /// </summary>
        /// <param name="g">The graphics object to draw onto.</param>
        public void Draw(Graphics g)
        {
            iBlockType.Draw(g);
        } // end method Draw