Project2.GameObjects.Abstract.LevelPiece.BeginDraw C# (CSharp) Method

BeginDraw() public method

public BeginDraw ( ) : bool
return bool
        public bool BeginDraw()
        {
            throw new NotImplementedException();
        }